Uses of Record Class
io.github.blyznytsiaorg.bibernate.entity.EntityKey
Packages that use EntityKey
-
Uses of EntityKey in io.github.blyznytsiaorg.bibernate.session
Fields in io.github.blyznytsiaorg.bibernate.session with type parameters of type EntityKeyModifier and TypeFieldDescriptionBibernateFirstLevelCacheSession.firstLevelCache
private final Map
<EntityKey<?>, List<ColumnSnapshot>> BibernateFirstLevelCacheSession.snapshots
Methods in io.github.blyznytsiaorg.bibernate.session that return EntityKeyModifier and TypeMethodDescriptionprivate <T> EntityKey
<T> BibernateFirstLevelCacheSession.prepareEntityKey
(Class<T> entityClass, Object primaryKey) Methods in io.github.blyznytsiaorg.bibernate.session with parameters of type EntityKeyModifier and TypeMethodDescriptionprivate <T> T
BibernateFirstLevelCacheSession.persistentContext
(Class<?> entityClass, T entityFromDb, EntityKey<?> entityKey, Object finalPrimaryKey) private <T> EntityAction
BibernateFirstLevelCacheSession.prepareDeleteByIdEntityAction
(Class<T> entityClass, Object primaryKey, EntityKey<T> entityKey) private void
BibernateFirstLevelCacheSession.removeCacheAndSnapshotBy
(EntityKey<?> entityKey) Method parameters in io.github.blyznytsiaorg.bibernate.session with type arguments of type EntityKeyModifier and TypeMethodDescriptionprivate <T> void
BibernateFirstLevelCacheSession.removeCacheAndSnapshotBy
(Collection<EntityKey<T>> entityKeys, Class<T> entityClass, Collection<Object> primaryKeys)