Uses of Class
org.hibernate.engine.transaction.spi.JoinStatus
-
Packages that use JoinStatus Package Description org.hibernate.engine.transaction.spi -
-
Uses of JoinStatus in org.hibernate.engine.transaction.spi
Methods in org.hibernate.engine.transaction.spi that return JoinStatus Modifier and Type Method Description static JoinStatus
JoinStatus. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static JoinStatus[]
JoinStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-