Uses of Class
org.hibernate.Remove
-
Packages that use Remove Package Description org.hibernate.annotations Package containing all Hibernate's specific annotations.org.hibernate.cache.spi Defines the integration aspect of Hibernate's second-level caching allowing "caching back ends" to be plugged in as a caching provider.org.hibernate.cfg.annotations org.hibernate.metamodel.model.convert.spi -
-
Uses of Remove in org.hibernate.annotations
Classes in org.hibernate.annotations with annotations of type Remove Modifier and Type Class Description interface
ForeignKey
Deprecated, for removal: This API element is subject to removal in a future version.use the JPA 2.1ForeignKey
annotation -
Uses of Remove in org.hibernate.cache.spi
Methods in org.hibernate.cache.spi with annotations of type Remove Modifier and Type Method Description CollectionDataAccess
CacheImplementor. getCollectionRegionAccess(NavigableRole collectionRole)
Find the cache data access strategy for the given collection.EntityDataAccess
CacheImplementor. getEntityRegionAccess(NavigableRole rootEntityName)
Find the cache data access strategy for an entity.NaturalIdDataAccess
CacheImplementor. getNaturalIdCacheRegionAccessStrategy(NavigableRole rootEntityName)
Find the cache data access strategy for the given entity's natural-id cache. -
Uses of Remove in org.hibernate.cfg.annotations
Methods in org.hibernate.cfg.annotations with annotations of type Remove Modifier and Type Method Description static void
TableBinder. bindFk(PersistentClass referencedEntity, PersistentClass destinationEntity, AnnotatedJoinColumn[] columns, SimpleValue value, boolean unique, MetadataBuildingContext buildingContext)
void
CollectionBinder. setCollectionType(org.hibernate.annotations.common.reflection.XClass collectionType)
Deprecated.: UseCollectionBinder.setElementType(XClass)
instead. -
Uses of Remove in org.hibernate.metamodel.model.convert.spi
Methods in org.hibernate.metamodel.model.convert.spi with annotations of type Remove Modifier and Type Method Description void
EnumValueConverter. writeValue(PreparedStatement statement, O value, int position, SharedSessionContractImplementor session)
Deprecated.Added temporarily in support of dual SQL execution until fully migrated toSelectStatement
andJdbcOperation
-