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 TypeInterfaceDescriptioninterface
Synchronizer<T extends Synchronizable>
This interface defines a synchronizer that can synchronize two instances of aSynchronizable
type. -
Uses of Synchronizable in com.jk.data.datasource
Subinterfaces of Synchronizable in com.jk.data.datasourceModifier and TypeInterfaceDescriptioninterface
This 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 TypeClassDescriptionclass
This class is an abstract base class that implements theJKDataSource
interface.class
This class extendsJKAbstractDataSource
and provides specific functionality for configuring and managing Hibernate-based data sources.class
This class extendsJKHibernateDataSource
and provides a specialized data source for plain JDBC connections.