Uses of Annotation Interface
org.hibernate.cfg.Unsafe
Packages that use Unsafe
-
Uses of Unsafe in org.hibernate.cfg
Fields in org.hibernate.cfg with annotations of type UnsafeModifier and TypeFieldDescriptionstatic final String
TransactionSettings.ALLOW_UPDATE_OUTSIDE_TRANSACTION
When enabled, allows update operations outside a transaction.static final 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.