Uses of Interface
com.jk.core.synchronization.Synchronizable
Packages that use Synchronizable
-
Uses of Synchronizable in com.jk.core.synchronization
Classes in com.jk.core.synchronization with type parameters of type SynchronizableModifier and TypeInterfaceDescriptioninterfaceSynchronizer<T extends Synchronizable>This interface defines a synchronizer that can synchronize two instances of aSynchronizabletype. -
Uses of Synchronizable in com.jk.data.datasource
Subinterfaces of Synchronizable in com.jk.data.datasourceModifier and TypeInterfaceDescriptioninterfaceThis interface defines methods for managing database connections and entities. -
Uses of Synchronizable in com.jk.data.datasource.impl
Classes in com.jk.data.datasource.impl that implement SynchronizableModifier and TypeClassDescriptionclassThis class is an abstract base class that implements theJKDataSourceinterface.classThis class extendsJKAbstractDataSourceand provides specific functionality for configuring and managing Hibernate-based data sources.classThis class extendsJKHibernateDataSourceand provides a specialized data source for plain JDBC connections.