Interface CollectionDefinition
-
- All Known Subinterfaces:
CollectionPersister
,QueryableCollection
,SQLLoadableCollection
- All Known Implementing Classes:
AbstractCollectionPersister
,BasicCollectionPersister
,OneToManyPersister
public interface CollectionDefinition
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CollectionPersister
getCollectionPersister()
CollectionType
getCollectionType()
CollectionElementDefinition
getElementDefinition()
CollectionIndexDefinition
getIndexDefinition()
-
-
-
Method Detail
-
getCollectionPersister
CollectionPersister getCollectionPersister()
-
getCollectionType
CollectionType getCollectionType()
-
getIndexDefinition
CollectionIndexDefinition getIndexDefinition()
-
getElementDefinition
CollectionElementDefinition getElementDefinition()
-
-