Uses of Class
org.hibernate.internal.SessionOwnerBehavior
-
Packages that use SessionOwnerBehavior Package Description org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
. -
-
Uses of SessionOwnerBehavior in org.hibernate.internal
Methods in org.hibernate.internal that return SessionOwnerBehavior Modifier and Type Method Description static SessionOwnerBehavior
SessionOwnerBehavior. valueOf(String name)
Returns the enum constant of this type with the specified name.static SessionOwnerBehavior[]
SessionOwnerBehavior. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-