public class EntityTypeImpl<X> extends AbstractIdentifiableType<X> implements javax.persistence.metamodel.EntityType<X>, java.io.Serializable
EntityType
contract.AbstractIdentifiableType.Builder<X>
Constructor and Description |
---|
EntityTypeImpl(java.lang.Class javaType,
AbstractIdentifiableType<? super X> superType,
PersistentClass persistentClass) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<X> |
getBindableJavaType() |
javax.persistence.metamodel.Bindable.BindableType |
getBindableType() |
java.lang.String |
getName() |
javax.persistence.metamodel.Type.PersistenceType |
getPersistenceType() |
getBuilder, getDeclaredId, getDeclaredVersion, getDeclaredVersion, getId, getIdClassAttributes, getIdClassAttributesSafely, getIdType, getSupertype, getVersion, hasDeclaredVersionAttribute, hasIdClass, hasSingleIdAttribute, hasVersionAttribute, internalGetId, internalGetVersion
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, isPrimitiveVariant, lock
getJavaType, getTypeName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDeclaredId, getDeclaredVersion, getId, getIdClassAttributes, getIdType, getSupertype, getVersion, hasSingleIdAttribute, hasVersionAttribute
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
public EntityTypeImpl(java.lang.Class javaType, AbstractIdentifiableType<? super X> superType, PersistentClass persistentClass)
public java.lang.String getName()
getName
in interface javax.persistence.metamodel.EntityType<X>
public javax.persistence.metamodel.Bindable.BindableType getBindableType()
getBindableType
in interface javax.persistence.metamodel.Bindable<X>
public java.lang.Class<X> getBindableJavaType()
getBindableJavaType
in interface javax.persistence.metamodel.Bindable<X>
public javax.persistence.metamodel.Type.PersistenceType getPersistenceType()
getPersistenceType
in interface javax.persistence.metamodel.Type<X>
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.