Package | Description |
---|---|
org.hibernate.metamodel.domain |
This package defines metadata modeling of a logical domain model.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAttributeContainer
Convenient base class for
AttributeContainer . |
class |
Component
Models the notion of a component (what JPA calls an Embeddable).
|
class |
Entity
Models the notion of an entity
|
class |
NonEntity
Models the concept class in the hierarchy with no persistent attributes.
|
class |
Superclass
Models the concept of a (intermediate) superclass
|
Modifier and Type | Method and Description |
---|---|
Hierarchical |
Hierarchical.getSuperType()
Retrieve the super type.
|
Hierarchical |
AbstractAttributeContainer.getSuperType() |
Constructor and Description |
---|
AbstractAttributeContainer(String name,
String className,
ValueHolder<Class<?>> classReference,
Hierarchical superType) |
Component(String name,
String className,
ValueHolder<Class<?>> classReference,
Hierarchical superType) |
Entity(String entityName,
String className,
ValueHolder<Class<?>> classReference,
Hierarchical superType)
Constructor for the entity
|
NonEntity(String entityName,
String className,
ValueHolder<Class<?>> classReference,
Hierarchical superType)
Constructor for the non-entity
|
Superclass(String entityName,
String className,
ValueHolder<Class<?>> classReference,
Hierarchical superType)
Constructor for the entity
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.