Package | Description |
---|---|
org.hibernate.metamodel.source.annotations.entity |
Modifier and Type | Class and Description |
---|---|
class |
EmbeddableClass
Represents the information about an entity annotated with
@Embeddable . |
class |
EntityClass
Represents an entity or mapped superclass configured via annotations/orm-xml.
|
Modifier and Type | Method and Description |
---|---|
ConfiguredClass |
ConfiguredClass.getParent() |
Constructor and Description |
---|
ConfiguredClass(org.jboss.jandex.ClassInfo classInfo,
AccessType defaultAccessType,
ConfiguredClass parent,
AnnotationBindingContext context) |
EmbeddableClass(org.jboss.jandex.ClassInfo classInfo,
String embeddedAttributeName,
ConfiguredClass parent,
AccessType defaultAccessType,
AnnotationBindingContext context) |
EntityBindingContext(AnnotationBindingContext contextDelegate,
ConfiguredClass source) |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.