Class CompositeElementPropertyMapping

java.lang.Object
org.hibernate.persister.entity.AbstractPropertyMapping
org.hibernate.persister.collection.CompositeElementPropertyMapping
All Implemented Interfaces:
PropertyMapping

@Deprecated(since="6", forRemoval=true) @Remove public class CompositeElementPropertyMapping extends AbstractPropertyMapping
Deprecated, for removal: This API element is subject to removal in a future version.
Author:
Gavin King
  • Constructor Details

    • CompositeElementPropertyMapping

      public CompositeElementPropertyMapping(String[] elementColumns, String[] elementColumnReaders, String[] elementColumnReaderTemplates, String[] elementFormulaTemplates, CompositeType compositeType, Metadata factory) throws MappingException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Throws:
      MappingException
  • Method Details

    • getType

      public Type getType()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getEntityName

      protected String getEntityName()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getEntityName in class AbstractPropertyMapping