Class RoleDbm
java.lang.Object
org.dbflute.dbmeta.AbstractDBMeta
org.codelibs.fess.es.user.bsentity.dbmeta.RoleDbm
- All Implemented Interfaces:
org.dbflute.dbmeta.DBMeta
public class RoleDbm
extends org.dbflute.dbmeta.AbstractDBMeta
- Author:
- ESFlute (using FreeGen)
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.dbflute.dbmeta.DBMeta
org.dbflute.dbmeta.DBMeta.OptimisticLockType -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final org.dbflute.dbmeta.info.ColumnInfoprotected final Stringprotected final Stringprotected final Stringprotected static final Class<?>Fields inherited from class org.dbflute.dbmeta.AbstractDBMeta
DUMMY_VALUE -
Method Summary
Modifier and TypeMethodDescriptionvoidacceptAllColumnMap(org.dbflute.Entity entity, Map<String, ? extends Object> allColumnMap) voidacceptPrimaryKeyMap(org.dbflute.Entity entity, Map<String, ? extends Object> primaryKeyMap) protected List<org.dbflute.dbmeta.info.ColumnInfo>ccil()org.dbflute.dbmeta.info.ColumnInfoprotected org.dbflute.dbmeta.info.UniqueInfocpui()extractAllColumnMap(org.dbflute.Entity entity) extractPrimaryKeyMap(org.dbflute.Entity entity) org.dbflute.dbmeta.property.PropertyGatewayfindPropertyGateway(String prop) org.dbflute.dbway.DBDefClass<? extends org.dbflute.Entity>static RoleDbmorg.dbflute.dbmeta.name.TableSqlNamebooleanbooleanorg.dbflute.EntityMethods inherited from class org.dbflute.dbmeta.AbstractDBMeta
assertObjectNotNull, assertStringNotNullAndNotTrimmedEmpty, buildPropertyGetterMethodName, buildPropertySetterMethodName, buildRelationInfoGetterMethodNameInitCap, cci, ccls, cfi, checkDowncast, chooseColumnPropertyAccessType, chooseForeignPropertyAccessType, chooseReferrerPropertyAccessType, createColumnPropertyMethodFinder, createFlexibleConcurrentMap, createForeignPropertyMethodFinder, createMetaHandlingEntityToMapMapper, createMetaHandlingMapToEntityMapper, createReferrerPropertyMethodFinder, cri, ctb, ctdt, cti, ctl, ctld, ctldt, ctlt, ctn, cttm, cttp, doAcceptAllColumnMap, doAcceptPrimaryKeyMap, doConvertToColumnValueMap, doConvertToEntity, doExtractAllColumnMap, doExtractPrimaryKeyMap, doFindEfpg, doFindEpg, doFindPropertyMethod, doSearchMetaInfoList, downcast, findColumnInfo, findForeignDBMeta, findForeignInfo, findForeignInfo, findForeignPropertyGateway, findPropertyReadMethod, findPropertyWriteMethod, findReferrerDBMeta, findReferrerInfo, findRelationInfo, gcls, getColumnInfoFlexibleMap, getColumnInfoList, getCommonColumnInfoBeforeInsertList, getCommonColumnInfoBeforeUpdateList, getCommonColumnInfoList, getForeignInfoFlexibleMap, getForeignInfoList, getForeignInfoRelationNoKeyMap, getPrimaryInfo, getPrimaryUniqueInfo, getReferrerInfoFlexibleMap, getReferrerInfoList, getReferrerPropertyListType, getSequenceCacheSize, getSequenceIncrementSize, getSequenceName, getSequenceNextValSql, getTableAlias, getTableComment, getUniqueInfoList, getUpdateDateColumnInfo, getVersionNoColumnInfo, hasColumn, hasCommonColumn, hasForeign, hasIdentity, hasOptimisticLock, hasReferrer, hasSequence, hasUpdateDate, hasVersionNo, hpcpui, hpcpui, hpcui, hpcui, initCap, initializeInformationResource, initUncap, ln, newArrayList, newArrayList, newArrayList, newArrayListSized, newConcurrentHashMap, newConcurrentHashMap, newHashMap, newLinkedHashMap, newLinkedHashMap, newLinkedHashMapSized, replaceString, searchForeignInfoList, searchPrimaryInfo, searchReferrerInfoList, searchUniqueInfoList, setupEfpg, setupEpg, setupKeyToLowerMap, splitListTrimmed, throwDBMetaNotFoundException, throwSpecifiedColumnNotPrimaryException
-
Field Details
-
suppressUnusedImportLocalDateTime
-
_epgMap
-
_tableDbName
- See Also:
-
_tableDispName
- See Also:
-
_tablePropertyName
- See Also:
-
_columnName
protected final org.dbflute.dbmeta.info.ColumnInfo _columnName
-
-
Method Details
-
getInstance
-
getProjectName
-
getProjectPrefix
-
getGenerationGapBasePrefix
-
getCurrentDBDef
public org.dbflute.dbway.DBDef getCurrentDBDef() -
findPropertyGateway
- Specified by:
findPropertyGatewayin interfaceorg.dbflute.dbmeta.DBMeta- Overrides:
findPropertyGatewayin classorg.dbflute.dbmeta.AbstractDBMeta
-
getTableDbName
-
getTableDispName
-
getTablePropertyName
-
getTableSqlName
public org.dbflute.dbmeta.name.TableSqlName getTableSqlName() -
columnName
public org.dbflute.dbmeta.info.ColumnInfo columnName() -
ccil
- Specified by:
ccilin classorg.dbflute.dbmeta.AbstractDBMeta
-
hasPrimaryKey
public boolean hasPrimaryKey() -
hasCompoundPrimaryKey
public boolean hasCompoundPrimaryKey() -
cpui
protected org.dbflute.dbmeta.info.UniqueInfo cpui()- Specified by:
cpuiin classorg.dbflute.dbmeta.AbstractDBMeta
-
getEntityTypeName
-
getConditionBeanTypeName
-
getBehaviorTypeName
-
getEntityType
-
newEntity
public org.dbflute.Entity newEntity() -
acceptPrimaryKeyMap
-
acceptAllColumnMap
-
extractPrimaryKeyMap
-
extractAllColumnMap
-