ENTITY - the entity typeBASIC - the property basic typeCONTAINER - the property container typepublic class TenantIdPropertyType<ENTITY,BASIC,CONTAINER> extends DefaultPropertyType<ENTITY,BASIC,CONTAINER>
DefaultPropertyType.DefaultPropertycolumnName, entityClass, field, insertable, name, namingType, quoteRequired, scalarSupplier, simpleName, updatable| Constructor and Description |
|---|
TenantIdPropertyType(java.lang.Class<ENTITY> entityClass,
java.util.function.Supplier<org.seasar.doma.internal.jdbc.scalar.Scalar<BASIC,CONTAINER>> scalarSupplier,
java.lang.String name,
java.lang.String columnName,
NamingType namingType,
boolean quoteRequired) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isTenantId()
Whether this property is a tenant id.
|
copy, createProperty, getColumnName, getColumnName, getColumnName, getColumnName, getName, isId, isInsertable, isQuoteRequired, isUpdatable, isVersion, modifyIfNecessarypublic TenantIdPropertyType(java.lang.Class<ENTITY> entityClass, java.util.function.Supplier<org.seasar.doma.internal.jdbc.scalar.Scalar<BASIC,CONTAINER>> scalarSupplier, java.lang.String name, java.lang.String columnName, NamingType namingType, boolean quoteRequired)
public boolean isTenantId()
EntityPropertyTypeisTenantId in interface EntityPropertyType<ENTITY,BASIC>isTenantId in class DefaultPropertyType<ENTITY,BASIC,CONTAINER>true if this property is a tenant id