Uses of Class
org.hibernate.annotations.ColumnTransformer
-
Packages that use ColumnTransformer Package Description org.hibernate.annotations A set of mapping annotations which extend the O/R mapping annotations defined by JPA.org.hibernate.boot.model.internal org.hibernate.testing.orm.domain.animal Standard model for Hibernate's legacy Animal model used in HQL testing -
-
Uses of ColumnTransformer in org.hibernate.annotations
Methods in org.hibernate.annotations that return ColumnTransformer Modifier and Type Method Description ColumnTransformer[]value()The aggregated transformers. -
Uses of ColumnTransformer in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return ColumnTransformer Modifier and Type Method Description ColumnTransformerAbstractPropertyHolder. getOverriddenColumnTransformer(String logicalColumnName)ColumnTransformerPropertyHolder. getOverriddenColumnTransformer(String logicalColumnName) -
Uses of ColumnTransformer in org.hibernate.testing.orm.domain.animal
Methods in org.hibernate.testing.orm.domain.animal with annotations of type ColumnTransformer Modifier and Type Method Description doubleHuman. getHeightInches()
-