Class ProcessorSessionFactory.Component

java.lang.Object
org.hibernate.processor.validation.ProcessorSessionFactory.Component
All Implemented Interfaces:
Serializable, org.hibernate.type.CompositeType, org.hibernate.type.Type
Enclosing class:
ProcessorSessionFactory

public abstract static class ProcessorSessionFactory.Component extends Object implements org.hibernate.type.CompositeType
See Also:
  • Constructor Details

  • Method Details

    • getPropertyIndex

      public int getPropertyIndex(String name)
      Specified by:
      getPropertyIndex in interface org.hibernate.type.CompositeType
    • getName

      public String getName()
      Specified by:
      getName in interface org.hibernate.type.Type
    • getReturnedClassName

      public String getReturnedClassName()
      Specified by:
      getReturnedClassName in interface org.hibernate.type.Type
    • isComponentType

      public boolean isComponentType()
      Specified by:
      isComponentType in interface org.hibernate.type.Type
    • getPropertyNames

      public String[] getPropertyNames()
      Specified by:
      getPropertyNames in interface org.hibernate.type.CompositeType
    • getSubtypes

      public org.hibernate.type.Type[] getSubtypes()
      Specified by:
      getSubtypes in interface org.hibernate.type.CompositeType
    • getPropertyNullability

      public boolean[] getPropertyNullability()
      Specified by:
      getPropertyNullability in interface org.hibernate.type.CompositeType
    • getColumnSpan

      public int getColumnSpan(org.hibernate.type.MappingContext mapping)
      Specified by:
      getColumnSpan in interface org.hibernate.type.Type