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 interface
BagPersistentAttribute<D,E>
Hibernate extension to the JPACollectionAttribute
descriptorinterface
ListPersistentAttribute<D,E>
Hibernate extension to the JPAListAttribute
descriptorinterface
MapPersistentAttribute<D,K,V>
Hibernate extension to the JPAMapAttribute
descriptorinterface
PluralPersistentAttribute<D,C,E>
Hibernate extension to the JPAPluralAttribute
descriptorinterface
SetPersistentAttribute<D,E>
Hibernate extension to the JPASetAttribute
descriptorinterface
SingularPersistentAttribute<D,J>
Hibernate extension to the JPASingularAttribute
descriptorMethods 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 void
ManagedTypeDescriptor.InFlightAccess. addAttribute(PersistentAttributeDescriptor<J,?> attribute)
-