Uses of Interface
org.hibernate.tool.orm.jbt.api.wrp.TypeWrapper
-
Packages that use TypeWrapper Package Description org.hibernate.tool.orm.jbt.api.wrp org.hibernate.tool.orm.jbt.internal.factory org.hibernate.tool.orm.jbt.internal.util -
-
Uses of TypeWrapper in org.hibernate.tool.orm.jbt.api.wrp
Methods in org.hibernate.tool.orm.jbt.api.wrp that return types with arguments of type TypeWrapper Modifier and Type Method Description Map<TypeWrapper,String>TypeFactoryWrapper. getTypeFormats() -
Uses of TypeWrapper in org.hibernate.tool.orm.jbt.internal.factory
Methods in org.hibernate.tool.orm.jbt.internal.factory that return TypeWrapper Modifier and Type Method Description static TypeWrapperTypeWrapperFactory. createTypeWrapper(org.hibernate.type.Type wrappedType) -
Uses of TypeWrapper in org.hibernate.tool.orm.jbt.internal.util
Methods in org.hibernate.tool.orm.jbt.internal.util that return TypeWrapper Modifier and Type Method Description static TypeWrapperTypeRegistry. getType(String name)Methods in org.hibernate.tool.orm.jbt.internal.util that return types with arguments of type TypeWrapper Modifier and Type Method Description static Map<TypeWrapper,String>TypeRegistry. getTypeFormats()
-