Uses of Class
org.hibernate.cfg.Unsafe
-
Packages that use Unsafe Package Description org.hibernate.cfg This package defines APIs for configuring Hibernate. -
-
Uses of Unsafe in org.hibernate.cfg
Fields in org.hibernate.cfg with annotations of type Unsafe Modifier and Type Field Description static String
TransactionSettings. ALLOW_UPDATE_OUTSIDE_TRANSACTION
When enabled, allows update operations outside a transaction.static String
TransactionSettings. ENABLE_LAZY_LOAD_NO_TRANS
Allows a detached proxy or lazy collection to be fetched even when not associated with an open persistence context, by creating a temporary persistence context when the proxy or collection is accessed.
-