Uses of Class
org.hibernate.loader.internal.IdentifierLoadAccessImpl
-
Packages that use IdentifierLoadAccessImpl Package Description org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate.org.hibernate.loader.internal -
-
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.internal
Methods in org.hibernate.loader.internal that return IdentifierLoadAccessImpl Modifier and Type Method Description IdentifierLoadAccessImpl<T>IdentifierLoadAccessImpl. with(LockOptions lockOptions)
-