Package | Description |
---|---|
org.hibernate.metamodel.source.annotations.attribute | |
org.hibernate.metamodel.source.annotations.entity |
Modifier and Type | Method and Description |
---|---|
EntityBindingContext |
MappedAttribute.getContext() |
Modifier and Type | Method and Description |
---|---|
static AssociationAttribute |
AssociationAttribute.createAssociationAttribute(String name,
Class<?> attributeType,
AttributeNature attributeNature,
String accessType,
Map<org.jboss.jandex.DotName,List<org.jboss.jandex.AnnotationInstance>> annotations,
EntityBindingContext context) |
static BasicAttribute |
BasicAttribute.createSimpleAttribute(String name,
Class<?> attributeType,
Map<org.jboss.jandex.DotName,List<org.jboss.jandex.AnnotationInstance>> annotations,
String accessType,
EntityBindingContext context) |
Modifier and Type | Method and Description |
---|---|
EntityBindingContext |
ConfiguredClass.getLocalBindingContext() |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.