Class HibernatePersistenceConstant
- java.lang.Object
-
- io.mosip.kernel.keymanagerservice.constant.HibernatePersistenceConstant
-
public class HibernatePersistenceConstant extends Object
- Since:
- 1.0.0
- Author:
- Dharmesh Khandelwal
-
-
Field Summary
Fields Modifier and Type Field Description static StringCACHE_QUERY_PROPERTYThe string constant cache query propertystatic StringEMPTY_INTERCEPTORstatic StringFALSEThe string constant falsestatic StringHIBERNATEThe string constant hibernatestatic StringHIBERNATE_CACHE_USE_QUERY_CACHEThe string constant for use_query_cachestatic StringHIBERNATE_CACHE_USE_SECOND_LEVEL_CACHEThe string constant for use_second_level_cachestatic StringHIBERNATE_CACHE_USE_STRUCTURED_ENTRIESThe string constant for use_structured_entriesstatic StringHIBERNATE_CONNECTION_CHAR_SETThe string constant for charSetstatic StringHIBERNATE_CURRENT_SESSION_CONTEXTThe string constant for current_session_context_classstatic StringHIBERNATE_DIALECTThe string constant for dialectstatic StringHIBERNATE_EJB_INTERCEPTORstatic StringHIBERNATE_FORMAT_SQLThe string constant for format_sqlstatic StringHIBERNATE_GENERATE_STATISTICSThe string constant for hibernate statisticsstatic StringHIBERNATE_HBM2DDL_AUTOThe string constant for hbm2ddlstatic StringHIBERNATE_NON_CONTEXTUAL_CREATIONThe string constant for non_contextual_creationstatic StringHIBERNATE_SHOW_SQLThe string constant for show_sqlstatic StringJTAThe string constant jtastatic StringKEYMANAGER_JDBC_SCHEMA/** The string constant jdbc schemastatic StringLKEYMANAGER_JDBC_SCHEMAThe string constant jdbc schemastatic StringMY_SQL5_DIALECTThe string constant my sql dialectstatic StringPOSTGRESQL_95_DIALECTThe string constant my sql dialectstatic StringTRUEThe string constant truestatic StringUPDATEThe string constant updatestatic StringUTF8The string constant utf8
-
-
-
Field Detail
-
KEYMANAGER_JDBC_SCHEMA
public static final String KEYMANAGER_JDBC_SCHEMA
/** The string constant jdbc schema- See Also:
- Constant Field Values
-
LKEYMANAGER_JDBC_SCHEMA
public static final String LKEYMANAGER_JDBC_SCHEMA
The string constant jdbc schema- See Also:
- Constant Field Values
-
CACHE_QUERY_PROPERTY
public static final String CACHE_QUERY_PROPERTY
The string constant cache query property- See Also:
- Constant Field Values
-
MY_SQL5_DIALECT
public static final String MY_SQL5_DIALECT
The string constant my sql dialect- See Also:
- Constant Field Values
-
POSTGRESQL_95_DIALECT
public static final String POSTGRESQL_95_DIALECT
The string constant my sql dialect- See Also:
- Constant Field Values
-
HIBERNATE_GENERATE_STATISTICS
public static final String HIBERNATE_GENERATE_STATISTICS
The string constant for hibernate statistics- See Also:
- Constant Field Values
-
HIBERNATE_CACHE_USE_STRUCTURED_ENTRIES
public static final String HIBERNATE_CACHE_USE_STRUCTURED_ENTRIES
The string constant for use_structured_entries- See Also:
- Constant Field Values
-
HIBERNATE_CACHE_USE_QUERY_CACHE
public static final String HIBERNATE_CACHE_USE_QUERY_CACHE
The string constant for use_query_cache- See Also:
- Constant Field Values
-
HIBERNATE_CACHE_USE_SECOND_LEVEL_CACHE
public static final String HIBERNATE_CACHE_USE_SECOND_LEVEL_CACHE
The string constant for use_second_level_cache- See Also:
- Constant Field Values
-
HIBERNATE_CONNECTION_CHAR_SET
public static final String HIBERNATE_CONNECTION_CHAR_SET
The string constant for charSet- See Also:
- Constant Field Values
-
HIBERNATE_FORMAT_SQL
public static final String HIBERNATE_FORMAT_SQL
The string constant for format_sql- See Also:
- Constant Field Values
-
HIBERNATE_SHOW_SQL
public static final String HIBERNATE_SHOW_SQL
The string constant for show_sql- See Also:
- Constant Field Values
-
HIBERNATE_DIALECT
public static final String HIBERNATE_DIALECT
The string constant for dialect- See Also:
- Constant Field Values
-
HIBERNATE_HBM2DDL_AUTO
public static final String HIBERNATE_HBM2DDL_AUTO
The string constant for hbm2ddl- See Also:
- Constant Field Values
-
HIBERNATE_NON_CONTEXTUAL_CREATION
public static final String HIBERNATE_NON_CONTEXTUAL_CREATION
The string constant for non_contextual_creation- See Also:
- Constant Field Values
-
HIBERNATE_CURRENT_SESSION_CONTEXT
public static final String HIBERNATE_CURRENT_SESSION_CONTEXT
The string constant for current_session_context_class- See Also:
- Constant Field Values
-
FALSE
public static final String FALSE
The string constant false- See Also:
- Constant Field Values
-
UTF8
public static final String UTF8
The string constant utf8- See Also:
- Constant Field Values
-
TRUE
public static final String TRUE
The string constant true- See Also:
- Constant Field Values
-
UPDATE
public static final String UPDATE
The string constant update- See Also:
- Constant Field Values
-
JTA
public static final String JTA
The string constant jta- See Also:
- Constant Field Values
-
HIBERNATE
public static final String HIBERNATE
The string constant hibernate- See Also:
- Constant Field Values
-
HIBERNATE_EJB_INTERCEPTOR
public static final String HIBERNATE_EJB_INTERCEPTOR
- See Also:
- Constant Field Values
-
EMPTY_INTERCEPTOR
public static final String EMPTY_INTERCEPTOR
- See Also:
- Constant Field Values
-
-