类 EmbeddableTypeImpl<J>
- java.lang.Object
-
- org.hibernate.metamodel.model.domain.internal.AbstractType<J>
-
- org.hibernate.metamodel.model.domain.internal.AbstractManagedType<J>
-
- org.hibernate.metamodel.model.domain.internal.EmbeddableTypeImpl<J>
-
- 所有已实现的接口:
Serializable,javax.persistence.metamodel.EmbeddableType<J>,javax.persistence.metamodel.ManagedType<J>,javax.persistence.metamodel.Type<J>,DomainType<J>,EmbeddedDomainType<J>,ManagedDomainType<J>,SimpleDomainType<J>,DomainTypeDescriptor<J>,EmbeddedTypeDescriptor<J>,ManagedTypeDescriptor<J>,SimpleTypeDescriptor<J>
public class EmbeddableTypeImpl<J> extends AbstractManagedType<J> implements EmbeddedTypeDescriptor<J>, Serializable
Standard Hibernate implementation of JPA'sEmbeddableTypecontract- 作者:
- Emmanuel Bernard, Steve Ebersole`
- 另请参阅:
- 序列化表格
-
-
嵌套类概要
-
从类继承的嵌套类/接口 org.hibernate.metamodel.model.domain.internal.AbstractManagedType
AbstractManagedType.InFlightAccessImpl
-
从接口继承的嵌套类/接口 org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
ManagedTypeDescriptor.InFlightAccess<J>
-
-
构造器概要
构造器 构造器 说明 EmbeddableTypeImpl(Class<J> javaType, ManagedTypeDescriptor<?> parent, ComponentType hibernateType, SessionFactoryImplementor sessionFactory)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 ComponentTypegetHibernateType()ManagedTypeDescriptor<?>getParent()javax.persistence.metamodel.Type.PersistenceTypegetPersistenceType()<S extends J>
SubGraphImplementor<S>makeSubGraph(Class<S> subType)Make a sub-graph based on one of this type's sub-types-
从类继承的方法 org.hibernate.metamodel.model.domain.internal.AbstractManagedType
createInFlightAccess, findAttribute, findDeclaredAttribute, findSubType, findSubType, getAttribute, getAttributes, getCollection, getCollection, getDeclaredAttribute, getDeclaredAttributes, getDeclaredCollection, getDeclaredCollection, getDeclaredList, getDeclaredList, getDeclaredMap, getDeclaredMap, getDeclaredPluralAttributes, getDeclaredSet, getDeclaredSet, getDeclaredSingularAttribute, getDeclaredSingularAttribute, getDeclaredSingularAttributes, getInFlightAccess, getList, getList, getMap, getMap, getName, getPluralAttribute, getPluralAttributes, getSet, getSet, getSingularAttribute, getSingularAttribute, getSingularAttributes, getSuperType, isPrimitiveVariant, makeSubGraph, sessionFactory
-
从类继承的方法 org.hibernate.metamodel.model.domain.internal.AbstractType
getJavaType, getTypeName
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 org.hibernate.metamodel.model.domain.DomainType
getTypeName
-
从接口继承的方法 javax.persistence.metamodel.ManagedType
getAttributes, getDeclaredAttributes, getDeclaredPluralAttributes, getDeclaredSingularAttributes, getPluralAttributes, getSingularAttributes
-
从接口继承的方法 org.hibernate.metamodel.model.domain.spi.ManagedTypeDescriptor
findAttribute, findDeclaredAttribute, findSubType, findSubType, getAttribute, getCollection, getCollection, getDeclaredAttribute, getDeclaredCollection, getDeclaredCollection, getDeclaredList, getDeclaredList, getDeclaredMap, getDeclaredMap, getDeclaredSet, getDeclaredSet, getDeclaredSingularAttribute, getDeclaredSingularAttribute, getDefaultGraph, getInFlightAccess, getList, getList, getMap, getMap, getName, getPluralAttribute, getSet, getSet, getSingularAttribute, getSingularAttribute, getSuperType, makeSubGraph
-
-
-
-
构造器详细资料
-
EmbeddableTypeImpl
public EmbeddableTypeImpl(Class<J> javaType, ManagedTypeDescriptor<?> parent, ComponentType hibernateType, SessionFactoryImplementor sessionFactory)
-
-
方法详细资料
-
getPersistenceType
public javax.persistence.metamodel.Type.PersistenceType getPersistenceType()
- 指定者:
getPersistenceType在接口中javax.persistence.metamodel.Type<J>
-
getParent
public ManagedTypeDescriptor<?> getParent()
- 指定者:
getParent在接口中EmbeddedTypeDescriptor<J>
-
getHibernateType
public ComponentType getHibernateType()
- 指定者:
getHibernateType在接口中EmbeddedTypeDescriptor<J>
-
makeSubGraph
public <S extends J> SubGraphImplementor<S> makeSubGraph(Class<S> subType)
从接口复制的说明:ManagedTypeDescriptorMake a sub-graph based on one of this type's sub-types- 指定者:
makeSubGraph在接口中ManagedTypeDescriptor<J>
-
-