com.completex.objective.components.persistency.key .OdalKeyPolicy All known Subclasses: com.completex.objective.components.persistency.key.impl .OdalKeyPolicyImpl ,OdalKeyPolicy public interface OdalKeyPolicy (Code) author: Gennady Krizhevsky
DEFAULT_IDENTITY_PRIORITY final public static int DEFAULT_IDENTITY_PRIORITY (Code)
DEFAULT_ODAL_KEY_PRIORITY final public static int DEFAULT_ODAL_KEY_PRIORITY (Code) Default priorities. Priority is considered to be higher the higher its number is.
DEFAULT_SEQUENCE_PRIORITY final public static int DEFAULT_SEQUENCE_PRIORITY (Code)
DISABLED_PRIORITY final public static int DISABLED_PRIORITY (Code) Defines when the priority is not to be used
getIdentityPriority int getIdentityPriority() (Code) Returns identity (or auto-increment field) priority
identity (or auto-increment field) priority
getOdalKeyPriority int getOdalKeyPriority() (Code) Returns odal key - when sequence is generated using "odal_sequnce" table - priority
odal key - when sequence is generated using "odal_sequnce" table - priority
getSequencePriority int getSequencePriority() (Code) Returns sequence - when sequence is generated using database sequnce - priority
sequence - when sequence is generated using database sequnce - priority
isDisabled boolean isDisabled() (Code) Returns true if all the priorities are disabled (set to DISABLED_PRIORITY)
true if all the priorities are disabled (set to DISABLED_PRIORITY)
isIdentityPriorityDisabled boolean isIdentityPriorityDisabled() (Code) Returns true if identity priority is disabled (set to DISABLED_PRIORITY)
true if identity priority is disabled (set to DISABLED_PRIORITY)
isOdalKeyPriorityDisabled boolean isOdalKeyPriorityDisabled() (Code) Returns true if odal key priority is disabled (set to DISABLED_PRIORITY)
true if odal key priority is disabled (set to DISABLED_PRIORITY)
isSequencePriorityDisabled boolean isSequencePriorityDisabled() (Code) Returns true if sequence priority is disabled (set to DISABLED_PRIORITY).
Normally it would invalidate the policy.
true if sequence priority is disabled (set to DISABLED_PRIORITY)