Package | Description |
---|---|
org.hibernate.ejb.metamodel |
Modifier and Type | Class and Description |
---|---|
class |
AbstractIdentifiableType<X>
Defines commonality for the JPA
IdentifiableType types. |
class |
EmbeddableTypeImpl<X> |
class |
EntityTypeImpl<X>
Defines the Hibernate implementation of the JPA
EntityType contract. |
class |
MappedSuperclassTypeImpl<X> |
Modifier and Type | Method and Description |
---|---|
AbstractManagedType |
EmbeddableTypeImpl.getParent() |
protected AbstractManagedType<? super X> |
AbstractManagedType.getSupertype() |
Modifier and Type | Method and Description |
---|---|
<X,Y> AttributeImplementor<X,Y> |
AttributeFactory.buildAttribute(AbstractManagedType<X> ownerType,
Property property)
Build a normal attribute.
|
static <X,C,E,K> PluralAttributeImpl.Builder<X,C,E,K> |
PluralAttributeImpl.create(AbstractManagedType<X> ownerType,
javax.persistence.metamodel.Type<E> attrType,
Class<C> collectionClass,
javax.persistence.metamodel.Type<K> keyType) |
Copyright © 2002-2020 Red Hat Middleware, LLC. All Rights Reserved