org.picketlink.idm.jpa.internal.mappers
public class EntityMapping extends Object
Constructor and Description |
---|
EntityMapping(Class<?> managedType) |
EntityMapping(Class<?> managedType,
boolean persist) |
Modifier and Type | Method and Description |
---|---|
void |
addMappedProperty(Property mappedProperty) |
void |
addNotNullMappedProperty(Property mappedProperty) |
void |
addOwnerProperty(Class<?> entityType) |
void |
addProperty(Property property,
Property mappedProperty) |
void |
addProperty(String propertyName,
Property mappedProperty) |
void |
addTypeProperty(Property property) |
Class<?> |
getOwnerType() |
Map<Property,Property> |
getProperties() |
Class<?> |
getSupportedType() |
Property |
getTypeProperty() |
boolean |
isPersist() |
boolean |
supports(Class<?> type) |
public EntityMapping(Class<?> managedType, boolean persist)
public EntityMapping(Class<?> managedType)
public void addTypeProperty(Property property)
public boolean isPersist()
public Property getTypeProperty()
public Class<?> getOwnerType()
public void addOwnerProperty(Class<?> entityType)
public boolean supports(Class<?> type)
public Class<?> getSupportedType()
public void addMappedProperty(Property mappedProperty)
public void addNotNullMappedProperty(Property mappedProperty)
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.