Interface CollectionMetadataContext


  • public interface CollectionMetadataContext
    Metadata building context used for collections to hold per-collection state.
    Author:
    Chris Cranford
    • Method Detail

      • getCollection

        org.hibernate.mapping.Collection getCollection()
      • getReferencedEntityName

        String getReferencedEntityName()
      • getReferencingEntityName

        String getReferencingEntityName()
      • getPropertyName

        default String getPropertyName()
      • isOneToManyAttached

        default boolean isOneToManyAttached()
      • isInverseOneToMany

        default boolean isInverseOneToMany()
      • isOwningManyToOneWithBidrectionalJoinTable

        default boolean isOwningManyToOneWithBidrectionalJoinTable()
      • isFakeOneToManyBidirectional

        default boolean isFakeOneToManyBidirectional()
      • isMiddleTableCollection

        default boolean isMiddleTableCollection()
      • isOneToManySingleTableSubclass

        default boolean isOneToManySingleTableSubclass()