类 CompositePropertyMapping

  • 所有已实现的接口:
    PropertyMapping

    public class CompositePropertyMapping
    extends Object
    implements PropertyMapping
    A PropertyMapping for handling composites! Woohoo!

    TODO : Consider moving this into the attribute/association walking SPI (org.hibernate.persister.walking) and having the notion of PropertyMapping built and exposed there

    There is duplication here too wrt ComponentJoin.ComponentPropertyMapping. like above, consider moving to a singly-defined CompositePropertyMapping in the attribute/association walking SPI

    作者:
    Steve Ebersole