public class AssociationAttribute extends MappedAttribute
Modifier and Type | Method and Description |
---|---|
static AssociationAttribute |
createAssociationAttribute(java.lang.String name,
java.lang.Class<?> attributeType,
AttributeNature attributeNature,
java.lang.String accessType,
java.util.Map<org.jboss.jandex.DotName,java.util.List<org.jboss.jandex.AnnotationInstance>> annotations,
EntityBindingContext context) |
AttributeNature |
getAssociationNature() |
java.util.Set<javax.persistence.CascadeType> |
getCascadeTypes() |
FetchMode |
getFetchMode() |
AttributeTypeResolver |
getHibernateTypeResolver() |
java.lang.String |
getMappedBy() |
PropertyGeneration |
getPropertyGeneration() |
java.lang.String |
getReferencedEntityType() |
java.lang.String |
getReferencedIdAttributeName() |
boolean |
isIgnoreNotFound() |
boolean |
isInsertable() |
boolean |
isLazy() |
boolean |
isOptional() |
boolean |
isOrphanRemoval() |
boolean |
isUpdatable() |
boolean |
mapsId() |
annotations, compareTo, getAccessType, getAttributeType, getColumnValues, getContext, getName, isId, isOptimisticLockable, toString
public static AssociationAttribute createAssociationAttribute(java.lang.String name, java.lang.Class<?> attributeType, AttributeNature attributeNature, java.lang.String accessType, java.util.Map<org.jboss.jandex.DotName,java.util.List<org.jboss.jandex.AnnotationInstance>> annotations, EntityBindingContext context)
public boolean isIgnoreNotFound()
public java.lang.String getReferencedEntityType()
public java.lang.String getMappedBy()
public AttributeNature getAssociationNature()
public java.util.Set<javax.persistence.CascadeType> getCascadeTypes()
public boolean isOrphanRemoval()
public FetchMode getFetchMode()
public java.lang.String getReferencedIdAttributeName()
public boolean mapsId()
public AttributeTypeResolver getHibernateTypeResolver()
getHibernateTypeResolver
in class MappedAttribute
public boolean isLazy()
isLazy
in class MappedAttribute
public boolean isOptional()
isOptional
in class MappedAttribute
public boolean isInsertable()
isInsertable
in class MappedAttribute
public boolean isUpdatable()
isUpdatable
in class MappedAttribute
public PropertyGeneration getPropertyGeneration()
getPropertyGeneration
in class MappedAttribute
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.