Uses of Annotation Interface
org.hibernate.annotations.BatchSize
Packages that use BatchSize
Package
Description
Built-in implementations of
AttributeBinder
and TypeBinder
.Overall, this module is responsible for taking
managed-resources and
building the
hibernate-models
model (ClassDetails, etc.)
to ultimately be bound into Hibernate's boot-time model.-
Uses of BatchSize in org.hibernate.binder.internal
Methods in org.hibernate.binder.internal with parameters of type BatchSizeModifier and TypeMethodDescriptionvoid
BatchSizeBinder.bind
(BatchSize batchSize, MetadataBuildingContext context, Component embeddableClass) void
BatchSizeBinder.bind
(BatchSize batchSize, MetadataBuildingContext context, PersistentClass persistentClass) void
BatchSizeBinder.bind
(BatchSize batchSize, MetadataBuildingContext context, PersistentClass persistentClass, Property property) -
Uses of BatchSize in org.hibernate.boot.models
Fields in org.hibernate.boot.models with type parameters of type BatchSizeModifier and TypeFieldDescriptionstatic final SpecializedAnnotationDescriptor<BatchSize,
BatchSizeAnnotation> HibernateAnnotations.BATCH_SIZE
-
Uses of BatchSize in org.hibernate.boot.models.annotations.internal
Constructors in org.hibernate.boot.models.annotations.internal with parameters of type BatchSizeModifierConstructorDescriptionBatchSizeAnnotation
(BatchSize annotation, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from JDK variant