public class EntityMapping extends Object
Constructor and Description |
---|
EntityMapping(Class<?> managedType) |
EntityMapping(Class<?> managedType,
boolean persist) |
Modifier and Type | Method and Description |
---|---|
void |
addMappedProperty(org.picketlink.common.properties.Property mappedProperty) |
void |
addNotNullMappedProperty(org.picketlink.common.properties.Property mappedProperty) |
void |
addOwnerProperty(Class<?> entityType) |
void |
addProperty(org.picketlink.common.properties.Property property,
org.picketlink.common.properties.Property mappedProperty) |
void |
addProperty(String propertyName,
org.picketlink.common.properties.Property mappedProperty) |
void |
addTypeProperty(org.picketlink.common.properties.Property property) |
Class<?> |
getOwnerType() |
Map<org.picketlink.common.properties.Property,org.picketlink.common.properties.Property> |
getProperties() |
Class<?> |
getSupportedType() |
org.picketlink.common.properties.Property |
getTypeProperty() |
boolean |
isPersist() |
boolean |
supports(Class<?> type) |
public EntityMapping(Class<?> managedType, boolean persist)
public EntityMapping(Class<?> managedType)
public void addProperty(org.picketlink.common.properties.Property property, org.picketlink.common.properties.Property mappedProperty)
public void addTypeProperty(org.picketlink.common.properties.Property property)
public boolean isPersist()
public Map<org.picketlink.common.properties.Property,org.picketlink.common.properties.Property> getProperties()
public org.picketlink.common.properties.Property getTypeProperty()
public Class<?> getOwnerType()
public void addOwnerProperty(Class<?> entityType)
public void addProperty(String propertyName, org.picketlink.common.properties.Property mappedProperty)
public boolean supports(Class<?> type)
public Class<?> getSupportedType()
public void addMappedProperty(org.picketlink.common.properties.Property mappedProperty)
public void addNotNullMappedProperty(org.picketlink.common.properties.Property mappedProperty)
Copyright © 2014. All rights reserved.