Package | Description |
---|---|
org.hibernate.cache.internal |
Internal implementations and support for second-level caching.
|
org.hibernate.metamodel |
NOTE: This package is currently unfinished and therefore considered experimental and unsupported.
|
org.hibernate.metamodel.binding | |
org.hibernate.metamodel.source | |
org.hibernate.metamodel.source.internal | |
org.hibernate.persister.internal | |
org.hibernate.persister.spi |
Modifier and Type | Method and Description |
---|---|
static CacheDataDescriptionImpl |
CacheDataDescriptionImpl.decode(PluralAttributeBinding model)
Builds a CacheDataDescriptionImpl from the mapping model of a collection (using the new metamodel code).
|
Modifier and Type | Method and Description |
---|---|
Iterable<PluralAttributeBinding> |
Metadata.getCollectionBindings() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPluralAttributeBinding
TODO : javadoc
|
class |
BagBinding
TODO : javadoc
|
class |
SetBinding |
Modifier and Type | Method and Description |
---|---|
void |
MetadataImplementor.addCollection(PluralAttributeBinding collectionBinding) |
Modifier and Type | Method and Description |
---|---|
PluralAttributeBinding |
MetadataImpl.getCollection(String collectionRole) |
Modifier and Type | Method and Description |
---|---|
Iterable<PluralAttributeBinding> |
MetadataImpl.getCollectionBindings() |
Modifier and Type | Method and Description |
---|---|
void |
MetadataImpl.addCollection(PluralAttributeBinding pluralAttributeBinding) |
Modifier and Type | Method and Description |
---|---|
CollectionPersister |
PersisterFactoryImpl.createCollectionPersister(MetadataImplementor metadata,
PluralAttributeBinding collectionMetadata,
CollectionRegionAccessStrategy cacheAccessStrategy,
SessionFactoryImplementor factory) |
Class<? extends CollectionPersister> |
StandardPersisterClassResolver.getCollectionPersisterClass(PluralAttributeBinding metadata) |
Modifier and Type | Method and Description |
---|---|
CollectionPersister |
PersisterFactory.createCollectionPersister(MetadataImplementor metadata,
PluralAttributeBinding model,
CollectionRegionAccessStrategy cacheAccessStrategy,
SessionFactoryImplementor factory)
Create a collection persister instance.
|
Class<? extends CollectionPersister> |
PersisterClassResolver.getCollectionPersisterClass(PluralAttributeBinding metadata)
Returns the collection persister class for a given collection role or null
if the collection persister class should be the default.
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.