org.picketlink.idm.jdbc.internal.model
public class PartitionJdbcType extends AbstractJdbcType implements Partition
Partition
AttributedType.QUERY_ATTRIBUTE
Modifier and Type | Field and Description |
---|---|
protected String |
configurationName |
protected String |
name |
protected String |
typeName |
dataSource, id, type
ID
Constructor and Description |
---|
PartitionJdbcType() |
PartitionJdbcType(String name) |
getDataSource, getId, getType, getValuesFromParamMap, setDataSource, setId, setType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getId, setId
protected 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 AttributedType
public void removeAttribute(String name)
removeAttribute
in interface AttributedType
public <T extends Serializable> Attribute<T> getAttribute(String name)
getAttribute
in interface AttributedType
public Collection<Attribute<? extends Serializable>> getAttributes()
getAttributes
in interface AttributedType
public void delete(AttributedType attributedType)
AbstractJdbcType
AttributedType
delete
in class AbstractJdbcType
public void deleteRelationships(AttributedType attributedType)
AbstractJdbcType
Relationship
the AttributedType
is involved in.deleteRelationships
in class AbstractJdbcType
public void persist(AttributedType attributedType)
AbstractJdbcType
AttributedType
in the databasepersist
in class AbstractJdbcType
public AttributedType load(String id, AttributedType attributedType)
AbstractJdbcType
AttributedType
given its idload
in class AbstractJdbcType
public AttributedType load(String id, Class<? extends AttributedType> attributedType)
AbstractJdbcType
AttributedType
given its id and the typeload
in class AbstractJdbcType
public List<? extends AttributedType> load(Map<QueryParameter,Object[]> params, Class<? extends AttributedType> attributedType)
AbstractJdbcType
AttributedType
given various parametersload
in class AbstractJdbcType
public void update(AttributedType attributedType)
AbstractJdbcType
AttributedType
in the databaseupdate
in class AbstractJdbcType
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.