Uses of Interface
org.hibernate.models.spi.ValueTypeDescriptor
Packages that use ValueTypeDescriptor
Package
Description
-
Uses of ValueTypeDescriptor in org.hibernate.models.internal
Classes in org.hibernate.models.internal that implement ValueTypeDescriptorModifier and TypeClassDescriptionclassBase support for AttributeDescriptor implementationsclassDescriptor for array values.classDescriptor for boolean valuesclassDescriptor for byte valuesclassDescriptor for char valuesclassDescriptor for class valuesclassDescriptor for double valuesclassEnumTypeDescriptor<E extends Enum<E>>Descriptor for enum valuesclassDescriptor for float valuesclassDescriptor for integer valuesclassDescriptor for long valuesclassNestedTypeDescriptor<A extends Annotation>Descriptor for nested annotation valuesclassDescriptor for short valuesclassDescriptor for string valuesMethods in org.hibernate.models.internal that return ValueTypeDescriptorModifier and TypeMethodDescriptionArrayTypeDescriptor.getElementTypeDescriptor()AttributeDescriptorImpl.getTypeDescriptor()Constructors in org.hibernate.models.internal with parameters of type ValueTypeDescriptorModifierConstructorDescriptionArrayTypeDescriptor(ValueTypeDescriptor<V> elementTypeDescriptor) AttributeDescriptorImpl(Class<? extends Annotation> annotationType, String name, ValueTypeDescriptor<T> typeDescriptor) AttributeDescriptorImpl(Method method, ValueTypeDescriptor<T> typeDescriptor) -
Uses of ValueTypeDescriptor in org.hibernate.models.internal.jdk
Constructors in org.hibernate.models.internal.jdk with parameters of type ValueTypeDescriptorModifierConstructorDescriptionJdkArrayValueConverter(ValueTypeDescriptor<V> elementTypeDescriptor) -
Uses of ValueTypeDescriptor in org.hibernate.models.internal.util
Methods in org.hibernate.models.internal.util that return ValueTypeDescriptorModifier and TypeMethodDescriptionstatic <T,W> ValueTypeDescriptor <W> AnnotationAttributeTypeHelper.resolveTypeDescriptor(Class<T> attributeType) -
Uses of ValueTypeDescriptor in org.hibernate.models.spi
Methods in org.hibernate.models.spi that return ValueTypeDescriptorModifier and TypeMethodDescriptionAttributeDescriptor.getTypeDescriptor()Descriptor for this attribute's type