Package | Description |
---|---|
org.hibernate.metamodel.source.annotations.attribute | |
org.hibernate.metamodel.source.annotations.entity |
Modifier and Type | Method and Description |
---|---|
static BasicAttribute |
BasicAttribute.createSimpleAttribute(java.lang.String name,
java.lang.Class<?> attributeType,
java.util.Map<org.jboss.jandex.DotName,java.util.List<org.jboss.jandex.AnnotationInstance>> annotations,
java.lang.String accessType,
EntityBindingContext context) |
Constructor and Description |
---|
SimpleIdentifierSourceImpl(BasicAttribute attribute,
java.util.Map<java.lang.String,AttributeOverride> attributeOverrideMap) |
Modifier and Type | Method and Description |
---|---|
BasicAttribute |
ConfiguredClass.getVersionAttribute() |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<BasicAttribute> |
ConfiguredClass.getIdAttributes() |
java.lang.Iterable<BasicAttribute> |
ConfiguredClass.getSimpleAttributes() |
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.