Package | Description |
---|---|
org.hibernate.ejb.metamodel |
Modifier and Type | Class and Description |
---|---|
class |
EntityTypeImpl<X>
Defines the Hibernate implementation of the JPA
EntityType contract. |
class |
MappedSuperclassTypeImpl<X> |
Modifier and Type | Method and Description |
---|---|
AbstractIdentifiableType<? super X> |
AbstractIdentifiableType.getSupertype() |
protected AbstractIdentifiableType<? super X> |
AbstractIdentifiableType.requireSupertype() |
Modifier and Type | Method and Description |
---|---|
<X,Y> SingularAttributeImpl<X,Y> |
AttributeFactory.buildIdAttribute(AbstractIdentifiableType<X> ownerType,
Property property)
Build the identifier attribute descriptor
|
<X,Y> SingularAttributeImpl<X,Y> |
AttributeFactory.buildVersionAttribute(AbstractIdentifiableType<X> ownerType,
Property property)
Build the version attribute descriptor
|
Constructor and Description |
---|
AbstractIdentifiableType(Class<X> javaType,
AbstractIdentifiableType<? super X> superType,
boolean hasIdentifierProperty,
boolean versioned) |
EntityTypeImpl(Class<X> javaType,
AbstractIdentifiableType<? super X> superType,
String jpaEntityName,
boolean hasIdentifierProperty,
boolean isVersioned) |
MappedSuperclassTypeImpl(Class<X> javaType,
AbstractIdentifiableType<? super X> superType,
boolean hasIdentifierProperty,
boolean versioned) |
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved