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 InheritanceType
Default inheritance type, used by theInheritance
annotation.static final String
Read-only transaction mode, used as the value forJOPAPersistenceProperties.TRANSACTION_MODE
.static final String
Read-write transaction mode, used as the value forJOPAPersistenceProperties.TRANSACTION_MODE
-
Method Summary
-
Field Details
-
DEFAULT_INHERITANCE_TYPE
Default inheritance type, used by theInheritance
annotation. -
READ_WRITE_TRANSACTION_MODE
Read-write transaction mode, used as the value forJOPAPersistenceProperties.TRANSACTION_MODE
Equals 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:
-