|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.hibernate.mapping.Collection
net.sf.hibernate.mapping.IdentifierCollection
net.sf.hibernate.mapping.IdentifierBag
An IdentifierBag has a primary key consisting of just the identifier column
Field Summary |
Fields inherited from class net.sf.hibernate.mapping.IdentifierCollection |
DEFAULT_IDENTIFIER_COLUMN_NAME |
Fields inherited from class net.sf.hibernate.mapping.Collection |
DEFAULT_ELEMENT_COLUMN_NAME, DEFAULT_KEY_COLUMN_NAME |
Constructor Summary | |
IdentifierBag(PersistentClass owner)
|
Method Summary | |
PersistentCollectionType |
getCollectionType()
|
Methods inherited from class net.sf.hibernate.mapping.IdentifierCollection |
getIdentifier, isIdentified, setIdentifier, validate |
Methods inherited from class net.sf.hibernate.mapping.Collection |
createAllKeys, createForeignKey, getBatchSize, getCache, getCollectionPersisterClass, getCollectionTable, getColumnIterator, getColumnSpan, getComparator, getElement, getFormula, getKey, getOrderBy, getOuterJoinFetchSetting, getOwner, getOwnerClass, getRole, getTable, getType, getWhere, hasOrphanDelete, isArray, isIndexed, isInverse, isLazy, isNullable, isOneToMany, isPrimitiveArray, isSet, isSimpleValue, isSorted, isUnique, isValid, setBatchSize, setCache, setCollectionPersisterClass, setCollectionTable, setComparator, setElement, setInverse, setKey, setLazy, setOrderBy, setOrphanDelete, setOuterJoinFetchSetting, setOwner, setRole, setSorted, setWhere |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IdentifierBag(PersistentClass owner)
Method Detail |
public PersistentCollectionType getCollectionType()
getCollectionType
in class Collection
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |