Uses of Class
org.hibernate.loader.access.IdentifierLoadAccessImpl
-
Packages that use IdentifierLoadAccessImpl Package Description org.hibernate.internal org.hibernate.loader.access -
-
Uses of IdentifierLoadAccessImpl in org.hibernate.internal
Methods in org.hibernate.internal that return IdentifierLoadAccessImpl Modifier and Type Method Description <T> IdentifierLoadAccessImpl<T>SessionImpl. byId(Class<T> entityClass)<T> IdentifierLoadAccessImpl<T>SessionImpl. byId(String entityName) -
Uses of IdentifierLoadAccessImpl in org.hibernate.loader.access
Methods in org.hibernate.loader.access that return IdentifierLoadAccessImpl Modifier and Type Method Description IdentifierLoadAccessImpl<T>IdentifierLoadAccessImpl. with(LockOptions lockOptions)
-