Uses of Interface
org.hibernate.metamodel.model.domain.spi.PersistentAttributeDescriptor
-
Packages that use PersistentAttributeDescriptor Package Description org.hibernate.graph.spi org.hibernate.metamodel.model.domain.spi -
-
Uses of PersistentAttributeDescriptor in org.hibernate.graph.spi
Methods in org.hibernate.graph.spi that return PersistentAttributeDescriptor Modifier and Type Method Description PersistentAttributeDescriptor<?,J>AttributeNodeImplementor. getAttributeDescriptor()Methods in org.hibernate.graph.spi with parameters of type PersistentAttributeDescriptor Modifier and Type Method Description <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, java.lang.Class<? extends AJ> subType)default <AJ> SubGraphImplementor<? extends AJ>SubGraphImplementor. addKeySubGraph(PersistentAttributeDescriptor<? extends J,AJ> attribute, java.lang.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, java.lang.Class<AJ> subType)<AJ> AttributeNodeImplementor<AJ>GraphImplementor. findAttributeNode(PersistentAttributeDescriptor<? extends J,AJ> attribute)<AJ> AttributeNodeImplementor<AJ>GraphImplementor. findOrCreateAttributeNode(PersistentAttributeDescriptor<? extends J,AJ> attribute) -
Uses of PersistentAttributeDescriptor in org.hibernate.metamodel.model.domain.spi
Subinterfaces of PersistentAttributeDescriptor in org.hibernate.metamodel.model.domain.spi Modifier and Type Interface Description 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 JPASingularAttributedescriptorMethods in org.hibernate.metamodel.model.domain.spi that return PersistentAttributeDescriptor Modifier and Type Method Description PersistentAttributeDescriptor<? super J,?>ManagedTypeDescriptor. findAttribute(java.lang.String name)PersistentAttributeDescriptor<J,?>ManagedTypeDescriptor. findDeclaredAttribute(java.lang.String name)PersistentAttributeDescriptor<? super J,?>ManagedTypeDescriptor. getAttribute(java.lang.String name)PersistentAttributeDescriptor<J,?>ManagedTypeDescriptor. getDeclaredAttribute(java.lang.String name)Methods in org.hibernate.metamodel.model.domain.spi with parameters of type PersistentAttributeDescriptor Modifier and Type Method Description voidManagedTypeDescriptor.InFlightAccess. addAttribute(PersistentAttributeDescriptor<J,?> attribute)
-