Package cz.cvut.kbss.jopa.utils
Class Constants
java.lang.Object
cz.cvut.kbss.jopa.utils.Constants
Declares some constants and default values used in JOPA.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final InheritanceTypeDefault inheritance type, used by theInheritanceannotation.static final StringRead-only transaction mode, used as the value forJOPAPersistenceProperties.TRANSACTION_MODE.static final StringRead-write transaction mode, used as the value forJOPAPersistenceProperties.TRANSACTION_MODE -
Method Summary
-
Field Details
-
DEFAULT_INHERITANCE_TYPE
Default inheritance type, used by theInheritanceannotation. -
READ_WRITE_TRANSACTION_MODE
Read-write transaction mode, used as the value forJOPAPersistenceProperties.TRANSACTION_MODEEquals to "read_write"
- See Also:
-
READ_ONLY_TRANSACTION_MODE
Read-only transaction mode, used as the value forJOPAPersistenceProperties.TRANSACTION_MODE.Equals to "read_only"
- See Also:
-