public class EmbeddableTypeImpl<X> extends AbstractManagedType<X> implements EmbeddableType<X>, Serializable
AbstractManagedType.Builder<X>
Type.PersistenceType
Constructor and Description |
---|
EmbeddableTypeImpl(Class<X> javaType,
AbstractManagedType parent,
ComponentType hibernateType) |
Modifier and Type | Method and Description |
---|---|
ComponentType |
getHibernateType() |
AbstractManagedType |
getParent() |
Type.PersistenceType |
getPersistenceType()
Return the persistence type.
|
getAttribute, getAttributes, getBuilder, 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, getSupertype, isPrimitiveVariant, lock
getJavaType, getTypeName, setTypeName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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
getJavaType
public EmbeddableTypeImpl(Class<X> javaType, AbstractManagedType parent, ComponentType hibernateType)
public Type.PersistenceType getPersistenceType()
Type
getPersistenceType
in interface Type<X>
public AbstractManagedType getParent()
public ComponentType getHibernateType()
Copyright © 2018 JBoss by Red Hat. All rights reserved.