org.hibernate.cfg
Class CollectionPropertyHolder
java.lang.Object
org.hibernate.cfg.AbstractPropertyHolder
org.hibernate.cfg.CollectionPropertyHolder
- All Implemented Interfaces:
- PropertyHolder
public class CollectionPropertyHolder
- extends AbstractPropertyHolder
- Author:
- Emmanuel Bernard
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollectionPropertyHolder
public CollectionPropertyHolder(Collection collection,
java.lang.String path,
org.hibernate.annotations.common.reflection.XClass clazzToProcess,
org.hibernate.annotations.common.reflection.XProperty property,
PropertyHolder parentPropertyHolder,
Mappings mappings)
getClassName
public java.lang.String getClassName()
getEntityOwnerClassName
public java.lang.String getEntityOwnerClassName()
getTable
public Table getTable()
addProperty
public void addProperty(Property prop,
org.hibernate.annotations.common.reflection.XClass declaringClass)
getIdentifier
public KeyValue getIdentifier()
isOrWithinEmbeddedId
public boolean isOrWithinEmbeddedId()
- Description copied from interface:
PropertyHolder
- Return true if this component is or is embedded in a @EmbeddedId
getPersistentClass
public PersistentClass getPersistentClass()
isComponent
public boolean isComponent()
isEntity
public boolean isEntity()
getEntityName
public java.lang.String getEntityName()
addProperty
public void addProperty(Property prop,
Ejb3Column[] columns,
org.hibernate.annotations.common.reflection.XClass declaringClass)
addJoin
public Join addJoin(javax.persistence.JoinTable joinTableAnn,
boolean noDelayInPkColumnCreation)
Copyright © 2012. All Rights Reserved.