|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.hibernate.ejb.metamodel.AbstractType<X> org.hibernate.ejb.metamodel.AbstractManagedType<X> org.hibernate.ejb.metamodel.AbstractIdentifiableType<X> org.hibernate.ejb.metamodel.MappedSuperclassTypeImpl<X>
public class MappedSuperclassTypeImpl<X>
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.hibernate.ejb.metamodel.AbstractIdentifiableType |
---|
AbstractIdentifiableType.Builder<X> |
Nested classes/interfaces inherited from interface javax.persistence.metamodel.Type |
---|
javax.persistence.metamodel.Type.PersistenceType |
Constructor Summary | |
---|---|
MappedSuperclassTypeImpl(Class<X> javaType,
AbstractIdentifiableType<? super X> superType,
boolean hasIdentifierProperty,
boolean versioned)
|
Method Summary | |
---|---|
javax.persistence.metamodel.Type.PersistenceType |
getPersistenceType()
|
Methods inherited from class org.hibernate.ejb.metamodel.AbstractIdentifiableType |
---|
checkDeclaredId, checkDeclaredVersion, checkSimpleId, getBuilder, getDeclaredId, getDeclaredVersion, getDeclaredVersion, getId, getIdClassAttributes, getIdType, getSupertype, getVersion, hasDeclaredVersionAttribute, hasSingleIdAttribute, hasVersionAttribute, requireSupertype |
Methods inherited from class org.hibernate.ejb.metamodel.AbstractType |
---|
getJavaType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.persistence.metamodel.IdentifiableType |
---|
getDeclaredId, getDeclaredVersion, getId, getIdClassAttributes, getIdType, getSupertype, getVersion, hasSingleIdAttribute, hasVersionAttribute |
Methods inherited from interface javax.persistence.metamodel.ManagedType |
---|
getAttribute, getAttributes, getCollection, getCollection, getDeclaredAttribute, getDeclaredAttributes, getDeclaredCollection, getDeclaredCollection, getDeclaredList, getDeclaredList, getDeclaredMap, getDeclaredMap, getDeclaredPluralAttributes, getDeclaredSet, getDeclaredSet, getDeclaredSingularAttribute, getDeclaredSingularAttribute, getDeclaredSingularAttributes, getList, getList, getMap, getMap, getPluralAttributes, getSet, getSet, getSingularAttribute, getSingularAttribute, getSingularAttributes |
Methods inherited from interface javax.persistence.metamodel.Type |
---|
getJavaType |
Constructor Detail |
---|
public MappedSuperclassTypeImpl(Class<X> javaType, AbstractIdentifiableType<? super X> superType, boolean hasIdentifierProperty, boolean versioned)
Method Detail |
---|
public javax.persistence.metamodel.Type.PersistenceType getPersistenceType()
getPersistenceType
in interface javax.persistence.metamodel.Type<X>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |