Uses of Annotation Interface
org.hibernate.annotations.Parameter
Packages that use Parameter
Package
Description
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.Support for processing mapping XML files and applying annotation references over the appropriate
classes,
fields and
methods.
-
Uses of Parameter in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal with parameters of type Parameter -
Uses of Parameter in org.hibernate.boot.models
Fields in org.hibernate.boot.models with type parameters of type ParameterModifier and TypeFieldDescriptionstatic final org.hibernate.models.internal.OrmAnnotationDescriptor<Parameter,
ParameterAnnotation> HibernateAnnotations.PARAMETER
-
Uses of Parameter in org.hibernate.boot.models.annotations.internal
Methods in org.hibernate.boot.models.annotations.internal that return ParameterModifier and TypeMethodDescriptionCollectionIdTypeAnnotation.parameters()
CollectionTypeAnnotation.parameters()
CollectionTypeRegistrationAnnotation.parameters()
GenericGeneratorAnnotation.parameters()
MapKeyTypeAnnotation.parameters()
TypeAnnotation.parameters()
Methods in org.hibernate.boot.models.annotations.internal with parameters of type ParameterModifier and TypeMethodDescriptionvoid
CollectionIdTypeAnnotation.parameters
(Parameter[] value) void
CollectionTypeAnnotation.parameters
(Parameter[] value) void
CollectionTypeRegistrationAnnotation.parameters
(Parameter[] value) void
GenericGeneratorAnnotation.parameters
(Parameter[] value) void
MapKeyTypeAnnotation.parameters
(Parameter[] value) void
TypeAnnotation.parameters
(Parameter[] value) Constructors in org.hibernate.boot.models.annotations.internal with parameters of type ParameterModifierConstructorDescriptionParameterAnnotation
(Parameter annotation, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from JDK variant -
Uses of Parameter in org.hibernate.boot.models.xml.internal
Methods in org.hibernate.boot.models.xml.internal that return ParameterModifier and TypeMethodDescriptionstatic Parameter[]
XmlAnnotationHelper.collectParameters
(List<JaxbConfigurationParameterImpl> jaxbParameters, XmlDocumentContext xmlDocumentContext) static Parameter[]
XmlAnnotationHelper.collectParameters
(List<JaxbConfigurationParameterImpl> jaxbParameters, org.hibernate.models.spi.SourceModelBuildingContext sourceModelContext)