Package org.hibernate.metamodel.binding

Examples of org.hibernate.metamodel.binding.ElementCollectionElement.initialize()


    return  ( "extra".equals( collection.getLazy() ) );
  }

  public CollectionElement getCollectionElement(PluralAttributeBinding binding) {
    ElementCollectionElement collectionElement = new ElementCollectionElement( binding );
    collectionElement.initialize( new HbmCollectionElementDomainState( collection.getElement() ) );
    return collectionElement;
  }

  public boolean isInverse() {
    return collection.isInverse();
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.