Uses of Annotation Interface
org.hibernate.annotations.SqlFragmentAlias
Packages that use SqlFragmentAlias
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 SqlFragmentAlias in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal with parameters of type SqlFragmentAliasModifier and TypeMethodDescriptionBinderHelper.toAliasEntityMap
(SqlFragmentAlias[] aliases) BinderHelper.toAliasTableMap
(SqlFragmentAlias[] aliases) -
Uses of SqlFragmentAlias in org.hibernate.boot.models
Fields in org.hibernate.boot.models with type parameters of type SqlFragmentAliasModifier and TypeFieldDescriptionstatic final org.hibernate.models.internal.OrmAnnotationDescriptor<SqlFragmentAlias,
SqlFragmentAliasAnnotation> HibernateAnnotations.SQL_FRAGMENT_ALIAS
-
Uses of SqlFragmentAlias in org.hibernate.boot.models.annotations.internal
Methods in org.hibernate.boot.models.annotations.internal that return SqlFragmentAliasMethods in org.hibernate.boot.models.annotations.internal with parameters of type SqlFragmentAliasModifier and TypeMethodDescriptionvoid
FilterAnnotation.aliases
(SqlFragmentAlias[] value) void
FilterJoinTableAnnotation.aliases
(SqlFragmentAlias[] value) Constructors in org.hibernate.boot.models.annotations.internal with parameters of type SqlFragmentAliasModifierConstructorDescriptionSqlFragmentAliasAnnotation
(SqlFragmentAlias annotation, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from JDK variant -
Uses of SqlFragmentAlias in org.hibernate.boot.models.xml.internal
Methods in org.hibernate.boot.models.xml.internal that return SqlFragmentAliasModifier and TypeMethodDescriptionstatic SqlFragmentAlias[]
FilterProcessing.collectSqlFragmentAliases
(List<JaxbFilterImpl.JaxbAliasesImpl> jaxbAliases, XmlDocumentContext xmlDocumentContext)