Class 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:
    Serialized Form
    • Method Detail

      • 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
      • 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.engine.spi.Mapping mapping)
        Specified by:
        getColumnSpan in interface org.hibernate.type.Type