|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfiguredClass | |
---|---|
org.hibernate.metamodel.source.annotations.entity |
Uses of ConfiguredClass in org.hibernate.metamodel.source.annotations.entity |
---|
Subclasses of ConfiguredClass in org.hibernate.metamodel.source.annotations.entity | |
---|---|
class |
EmbeddableClass
Represents the information about an entity annotated with @Embeddable . |
class |
EntityClass
Represents an entity or mapped superclass configured via annotations/orm-xml. |
Methods in org.hibernate.metamodel.source.annotations.entity that return ConfiguredClass | |
---|---|
ConfiguredClass |
ConfiguredClass.getParent()
|
Constructors in org.hibernate.metamodel.source.annotations.entity with parameters of type ConfiguredClass | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |