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.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 interfaceForeignKeyDeprecated, for removal: This API element is subject to removal in a future version.use the JPA 2.1ForeignKeyannotation -
Uses of Remove in org.hibernate.cache.spi
Methods in org.hibernate.cache.spi with annotations of type Remove Modifier and Type Method Description CollectionDataAccessCacheImplementor. getCollectionRegionAccess(NavigableRole collectionRole)Find the cache data access strategy for the given collection.EntityDataAccessCacheImplementor. getEntityRegionAccess(NavigableRole rootEntityName)Find the cache data access strategy for an entity.NaturalIdDataAccessCacheImplementor. getNaturalIdCacheRegionAccessStrategy(NavigableRole rootEntityName)Find the cache data access strategy for the given entity's natural-id cache. -
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 voidEnumValueConverter. writeValue(PreparedStatement statement, O value, int position, SharedSessionContractImplementor session)Deprecated.Added temporarily in support of dual SQL execution until fully migrated toSelectStatementandJdbcOperation
-