public class BinderHelper extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ANNOTATION_STRING_DEFAULT |
static Set<String> |
PRIMITIVE_NAMES |
Modifier and Type | Method and Description |
---|---|
static void |
bindAnyMetaDefs(XAnnotatedElement annotatedElement,
Mappings mappings) |
static Any |
buildAnyValue(String anyMetaDefName,
Ejb3JoinColumn[] columns,
Column metaColumn,
PropertyData inferredData,
boolean cascadeOnDelete,
Nullability nullability,
PropertyHolder propertyHolder,
EntityBinder entityBinder,
boolean optional,
Mappings mappings) |
static void |
createSyntheticPropertyReference(Ejb3JoinColumn[] columns,
PersistentClass ownerEntity,
PersistentClass associatedEntity,
Value value,
boolean inverse,
Mappings mappings) |
static Object |
findColumnOwner(PersistentClass persistentClass,
String columnName,
Mappings mappings)
Find the column owner (ie PersistentClass or Join) of columnName.
|
static Property |
findPropertyByName(Component component,
String propertyName)
Retrieve the property by path in a recursive way
|
static Property |
findPropertyByName(PersistentClass associatedClass,
String propertyName)
Retrieve the property by path in a recursive way, including IndetifierProperty in the loop
If propertyName is null or empty, the IdentifierProperty is returned
|
static MappedSuperclass |
getMappedSuperclassOrNull(XClass declaringClass,
Map<XClass,InheritanceState> inheritanceStatePerClass,
Mappings mappings) |
static String |
getPath(PropertyHolder holder,
PropertyData property) |
static String |
getRelativePath(PropertyHolder propertyHolder,
String propertyName) |
static boolean |
isEmptyAnnotationValue(String annotationString) |
static void |
makeIdGenerator(SimpleValue id,
String generatorType,
String generatorName,
Mappings mappings,
Map<String,IdGenerator> localGenerators)
apply an id generator to a SimpleValue
|
static Property |
shallowCopy(Property property)
create a property copy reusing the same value
|
public static final String ANNOTATION_STRING_DEFAULT
public static Property shallowCopy(Property property)
public static void createSyntheticPropertyReference(Ejb3JoinColumn[] columns, PersistentClass ownerEntity, PersistentClass associatedEntity, Value value, boolean inverse, Mappings mappings)
public static Property findPropertyByName(PersistentClass associatedClass, String propertyName)
public static Property findPropertyByName(Component component, String propertyName)
public static String getRelativePath(PropertyHolder propertyHolder, String propertyName)
public static Object findColumnOwner(PersistentClass persistentClass, String columnName, Mappings mappings)
public static void makeIdGenerator(SimpleValue id, String generatorType, String generatorName, Mappings mappings, Map<String,IdGenerator> localGenerators)
public static boolean isEmptyAnnotationValue(String annotationString)
public static Any buildAnyValue(String anyMetaDefName, Ejb3JoinColumn[] columns, Column metaColumn, PropertyData inferredData, boolean cascadeOnDelete, Nullability nullability, PropertyHolder propertyHolder, EntityBinder entityBinder, boolean optional, Mappings mappings)
public static void bindAnyMetaDefs(XAnnotatedElement annotatedElement, Mappings mappings)
public static MappedSuperclass getMappedSuperclassOrNull(XClass declaringClass, Map<XClass,InheritanceState> inheritanceStatePerClass, Mappings mappings)
public static String getPath(PropertyHolder holder, PropertyData property)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.