Uses of Interface
org.hibernate.metamodel.model.domain.spi.SimpleTypeDescriptor
-
Packages that use SimpleTypeDescriptor Package Description org.hibernate.graph.spi org.hibernate.metamodel.model.domain.spi -
-
Uses of SimpleTypeDescriptor in org.hibernate.graph.spi
Methods in org.hibernate.graph.spi that return SimpleTypeDescriptor Modifier and Type Method Description static <J> SimpleTypeDescriptor<J>GraphHelper. resolveKeyTypeDescriptor(PluralPersistentAttribute attribute)static <J> SimpleTypeDescriptor<J>GraphHelper. resolveKeyTypeDescriptor(SingularPersistentAttribute attribute) -
Uses of SimpleTypeDescriptor in org.hibernate.metamodel.model.domain.spi
Subinterfaces of SimpleTypeDescriptor in org.hibernate.metamodel.model.domain.spi Modifier and Type Interface Description interfaceBasicTypeDescriptor<J>Hibernate extension to the JPABasicTypedescriptorinterfaceEmbeddedTypeDescriptor<J>Hibernate extension to the JPAEmbeddableTypedescriptorinterfaceEntityTypeDescriptor<J>Hibernate extension to the JPAEntityTypedescriptorinterfaceIdentifiableTypeDescriptor<J>Hibernate extension to the JPAIdentifiableTypedescriptorinterfaceManagedTypeDescriptor<J>Hibernate extension to the JPAManagedTypedescriptorinterfaceMappedSuperclassTypeDescriptor<J>Hibernate extension to the JPAMappedSuperclassTypedescriptorMethods in org.hibernate.metamodel.model.domain.spi that return SimpleTypeDescriptor Modifier and Type Method Description SimpleTypeDescriptor<E>BagPersistentAttribute. getElementType()SimpleTypeDescriptor<E>PluralPersistentAttribute. getElementType()SimpleTypeDescriptor<?>IdentifiableTypeDescriptor. getIdType()SimpleTypeDescriptor<?>PersistentAttributeDescriptor. getKeyGraphType()SimpleTypeDescriptor<K>MapPersistentAttribute. getKeyType()SimpleTypeDescriptor<J>SingularPersistentAttribute. getType()SimpleTypeDescriptor<E>BagPersistentAttribute. getValueGraphType()SimpleTypeDescriptor<?>PersistentAttributeDescriptor. getValueGraphType()SimpleTypeDescriptor<E>PluralPersistentAttribute. getValueGraphType()default SimpleTypeDescriptor<?>SingularPersistentAttribute. getValueGraphType()For a singular attribute, the value type is defined as the attribute type
-