接口的使用
org.hibernate.metamodel.model.domain.spi.PersistentAttributeDescriptor
-
-
org.hibernate.graph.internal中PersistentAttributeDescriptor的使用
返回PersistentAttributeDescriptor的org.hibernate.graph.internal中的方法 修饰符和类型 方法 说明 PersistentAttributeDescriptor<?,J>AttributeNodeImpl. getAttributeDescriptor()参数类型为PersistentAttributeDescriptor的org.hibernate.graph.internal中的方法 修饰符和类型 方法 说明 <AJ> AttributeNodeImplementor<AJ>AbstractGraph. addAttributeNode(PersistentAttributeDescriptor<? extends J,AJ> attribute)<AJ> AttributeNodeImplementor<AJ>AbstractGraph. findAttributeNode(PersistentAttributeDescriptor<? extends J,AJ> attribute)<AJ> AttributeNodeImplementor<AJ>AbstractGraph. findOrCreateAttributeNode(PersistentAttributeDescriptor<? extends J,AJ> attribute)参数类型为PersistentAttributeDescriptor的org.hibernate.graph.internal中的构造器 构造器 说明 AttributeNodeImpl(boolean mutable, PersistentAttributeDescriptor<X,J> attribute, SessionFactoryImplementor sessionFactory) -
org.hibernate.graph.spi中PersistentAttributeDescriptor的使用
返回PersistentAttributeDescriptor的org.hibernate.graph.spi中的方法 修饰符和类型 方法 说明 PersistentAttributeDescriptor<?,J>AttributeNodeImplementor. getAttributeDescriptor()参数类型为PersistentAttributeDescriptor的org.hibernate.graph.spi中的方法 修饰符和类型 方法 说明 <AJ> AttributeNodeImplementor<AJ>GraphImplementor. addAttributeNode(PersistentAttributeDescriptor<? extends J,AJ> attribute)default <AJ> SubGraphImplementor<AJ>GraphImplementor. addKeySubGraph(PersistentAttributeDescriptor<? extends J,AJ> attribute)default <AJ> SubGraphImplementor<? extends AJ>GraphImplementor. addKeySubGraph(PersistentAttributeDescriptor<? extends J,AJ> attribute, Class<? extends AJ> subType)default <AJ> SubGraphImplementor<? extends AJ>SubGraphImplementor. addKeySubGraph(PersistentAttributeDescriptor<? extends J,AJ> attribute, Class<? extends AJ> subType)default <AJ> SubGraphImplementor<AJ>GraphImplementor. addSubGraph(PersistentAttributeDescriptor<? extends J,AJ> attribute)default <AJ> SubGraphImplementor<AJ>GraphImplementor. addSubGraph(PersistentAttributeDescriptor<? extends J,AJ> attribute, Class<AJ> subType)<AJ> AttributeNodeImplementor<AJ>GraphImplementor. findAttributeNode(PersistentAttributeDescriptor<? extends J,AJ> attribute)<AJ> AttributeNodeImplementor<AJ>GraphImplementor. findOrCreateAttributeNode(PersistentAttributeDescriptor<? extends J,AJ> attribute) -
org.hibernate.metamodel.internal中PersistentAttributeDescriptor的使用
返回PersistentAttributeDescriptor的org.hibernate.metamodel.internal中的方法 修饰符和类型 方法 说明 <X,Y>
PersistentAttributeDescriptor<X,Y>AttributeFactory. buildAttribute(ManagedTypeDescriptor<X> ownerType, Property property)Build a normal attribute. -
org.hibernate.metamodel.model.domain.internal中PersistentAttributeDescriptor的使用
实现PersistentAttributeDescriptor的org.hibernate.metamodel.model.domain.internal中的类 修饰符和类型 类 说明 classAbstractAttribute<D,J>Models the commonality of the JPAAttributehierarchy.classAbstractPluralAttribute<D,C,E>classSetAttributeImpl<X,E>classSingularAttributeImpl<D,J>static classSingularAttributeImpl.Identifier<D,J>Subclass used to simplify instantiation of singular attributes representing an entity's identifier.static classSingularAttributeImpl.Version<X,Y>Subclass used to simply instantiation of singular attributes representing an entity's version.返回PersistentAttributeDescriptor的org.hibernate.metamodel.model.domain.internal中的方法 修饰符和类型 方法 说明 PersistentAttributeDescriptor<? super J,?>AbstractManagedType. findAttribute(String name)PersistentAttributeDescriptor<J,?>AbstractManagedType. findDeclaredAttribute(String name)PersistentAttributeDescriptor<? super J,?>AbstractManagedType. getAttribute(String name)PersistentAttributeDescriptor<J,?>AbstractManagedType. getDeclaredAttribute(String name)参数类型为PersistentAttributeDescriptor的org.hibernate.metamodel.model.domain.internal中的方法 修饰符和类型 方法 说明 voidAbstractManagedType.InFlightAccessImpl. addAttribute(PersistentAttributeDescriptor<J,?> attribute) -
org.hibernate.metamodel.model.domain.spi中PersistentAttributeDescriptor的使用
org.hibernate.metamodel.model.domain.spi中PersistentAttributeDescriptor的子接口 修饰符和类型 接口 说明 interfaceBagPersistentAttribute<D,E>Hibernate extension to the JPACollectionAttributedescriptorinterfaceListPersistentAttribute<D,E>Hibernate extension to the JPAListAttributedescriptorinterfaceMapPersistentAttribute<D,K,V>Hibernate extension to the JPAMapAttributedescriptorinterfacePluralPersistentAttribute<D,C,E>Hibernate extension to the JPAPluralAttributedescriptorinterfaceSetPersistentAttribute<D,E>Hibernate extension to the JPASetAttributedescriptorinterfaceSingularPersistentAttribute<D,J>Hibernate extension to the JPASingularAttributedescriptor返回PersistentAttributeDescriptor的org.hibernate.metamodel.model.domain.spi中的方法 修饰符和类型 方法 说明 PersistentAttributeDescriptor<? super J,?>ManagedTypeDescriptor. findAttribute(String name)PersistentAttributeDescriptor<J,?>ManagedTypeDescriptor. findDeclaredAttribute(String name)PersistentAttributeDescriptor<? super J,?>ManagedTypeDescriptor. getAttribute(String name)PersistentAttributeDescriptor<J,?>ManagedTypeDescriptor. getDeclaredAttribute(String name)参数类型为PersistentAttributeDescriptor的org.hibernate.metamodel.model.domain.spi中的方法 修饰符和类型 方法 说明 voidManagedTypeDescriptor.InFlightAccess. addAttribute(PersistentAttributeDescriptor<J,?> attribute)
-