| Package | Description |
|---|---|
| org.hibernate.cache.infinispan.collection | |
| org.hibernate.cache.spi |
Defines the Hibernate second level caching SPI.
|
| org.hibernate.persister.collection |
This package abstracts the persistence mechanism for collections.
|
| org.hibernate.persister.internal | |
| org.hibernate.persister.spi |
| Modifier and Type | Method and Description |
|---|---|
CollectionRegionAccessStrategy |
CollectionRegionImpl.buildAccessStrategy(AccessType accessType) |
| Modifier and Type | Method and Description |
|---|---|
CollectionRegionAccessStrategy |
CollectionRegion.buildAccessStrategy(AccessType accessType)
Build an access strategy for the requested access type.
|
| Modifier and Type | Method and Description |
|---|---|
CollectionRegionAccessStrategy |
CollectionPersister.getCacheAccessStrategy()
Get the cache
|
CollectionRegionAccessStrategy |
AbstractCollectionPersister.getCacheAccessStrategy() |
| Constructor and Description |
|---|
AbstractCollectionPersister(Collection collection,
CollectionRegionAccessStrategy cacheAccessStrategy,
Configuration cfg,
SessionFactoryImplementor factory) |
BasicCollectionPersister(Collection collection,
CollectionRegionAccessStrategy cacheAccessStrategy,
Configuration cfg,
SessionFactoryImplementor factory) |
OneToManyPersister(Collection collection,
CollectionRegionAccessStrategy cacheAccessStrategy,
Configuration cfg,
SessionFactoryImplementor factory) |
| Modifier and Type | Method and Description |
|---|---|
CollectionPersister |
PersisterFactoryImpl.createCollectionPersister(Configuration cfg,
Collection collectionMetadata,
CollectionRegionAccessStrategy cacheAccessStrategy,
SessionFactoryImplementor factory) |
CollectionPersister |
PersisterFactoryImpl.createCollectionPersister(MetadataImplementor metadata,
PluralAttributeBinding collectionMetadata,
CollectionRegionAccessStrategy cacheAccessStrategy,
SessionFactoryImplementor factory) |
| Modifier and Type | Method and Description |
|---|---|
CollectionPersister |
PersisterFactory.createCollectionPersister(Configuration cfg,
Collection model,
CollectionRegionAccessStrategy cacheAccessStrategy,
SessionFactoryImplementor factory)
Create a collection persister instance.
|
CollectionPersister |
PersisterFactory.createCollectionPersister(MetadataImplementor metadata,
PluralAttributeBinding model,
CollectionRegionAccessStrategy cacheAccessStrategy,
SessionFactoryImplementor factory)
Create a collection persister instance.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.