Class SqlFragmentAliasAnnotation
java.lang.Object
org.hibernate.boot.models.annotations.internal.SqlFragmentAliasAnnotation
- All Implemented Interfaces:
Annotation
@Generated("org.hibernate.orm.build.annotations.ClassGeneratorProcessor")
public class SqlFragmentAliasAnnotation
extends Object
implements SqlFragmentAlias
-
Constructor Summary
ConstructorsConstructorDescriptionSqlFragmentAliasAnnotation
(Map<String, Object> attributeValues, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from Jandex variantSqlFragmentAliasAnnotation
(SqlFragmentAlias annotation, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from JDK variantSqlFragmentAliasAnnotation
(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. -
Method Summary
-
Constructor Details
-
SqlFragmentAliasAnnotation
public SqlFragmentAliasAnnotation(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. from XML) -
SqlFragmentAliasAnnotation
public SqlFragmentAliasAnnotation(SqlFragmentAlias annotation, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from JDK variant -
SqlFragmentAliasAnnotation
public SqlFragmentAliasAnnotation(Map<String, Object> attributeValues, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from Jandex variant
-
-
Method Details
-
annotationType
- Specified by:
annotationType
in interfaceAnnotation
-
alias
-
alias
-
table
-
table
-
entity
-
entity
-