public class PartitionJdbcType extends AbstractJdbcType implements Partition
PartitionAttributedType.QUERY_ATTRIBUTE| Modifier and Type | Field and Description |
|---|---|
protected String |
configurationName |
protected String |
name |
protected String |
typeName |
dataSource, id, typeID| Constructor and Description |
|---|
PartitionJdbcType() |
PartitionJdbcType(String name) |
getDataSource, getId, getType, getValuesFromParamMap, setDataSource, setId, setTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, setIdprotected String name
protected String typeName
protected String configurationName
public PartitionJdbcType()
public PartitionJdbcType(String name)
public PartitionJdbcType setName(String name)
public String getTypeName()
public PartitionJdbcType setTypeName(String typeName)
public String getConfigurationName()
public PartitionJdbcType setConfigurationName(String configurationName)
public void setAttribute(Attribute<? extends Serializable> attribute)
setAttribute in interface AttributedTypepublic void removeAttribute(String name)
removeAttribute in interface AttributedTypepublic <T extends Serializable> Attribute<T> getAttribute(String name)
getAttribute in interface AttributedTypepublic Collection<Attribute<? extends Serializable>> getAttributes()
getAttributes in interface AttributedTypepublic void delete(AttributedType attributedType)
AbstractJdbcTypeAttributedTypedelete in class AbstractJdbcTypepublic void deleteRelationships(AttributedType attributedType)
AbstractJdbcTypeRelationship the AttributedType
is involved in.deleteRelationships in class AbstractJdbcTypepublic void persist(AttributedType attributedType)
AbstractJdbcTypeAttributedType in the databasepersist in class AbstractJdbcTypepublic AttributedType load(String id, AttributedType attributedType)
AbstractJdbcTypeAttributedType given its idload in class AbstractJdbcTypepublic AttributedType load(String id, Class<? extends AttributedType> attributedType)
AbstractJdbcTypeAttributedType given its id and the typeload in class AbstractJdbcTypepublic List<? extends AttributedType> load(Map<QueryParameter,Object[]> params, Class<? extends AttributedType> attributedType)
AbstractJdbcTypeAttributedType given various parametersload in class AbstractJdbcTypepublic void update(AttributedType attributedType)
AbstractJdbcTypeAttributedType in the databaseupdate in class AbstractJdbcTypeCopyright © 2014. All Rights Reserved.