Package | Description |
---|---|
org.hibernate.jpa.internal.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,
String typeName,
AbstractIdentifiableType<? super X> superType,
boolean hasIdentifierProperty,
boolean versioned) |
EntityTypeImpl(Class javaType,
AbstractIdentifiableType<? super X> superType,
PersistentClass persistentClass) |
MappedSuperclassTypeImpl(Class<X> javaType,
MappedSuperclass mappedSuperclass,
AbstractIdentifiableType<? super X> superType) |
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.