Uses of Class
org.hibernate.mapping.TypeDef

Packages that use TypeDef
org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. 
 

Uses of TypeDef in org.hibernate.cfg
 

Fields in org.hibernate.cfg with type parameters of type TypeDef
protected  Map<String,TypeDef> Configuration.typeDefs
           
 

Methods in org.hibernate.cfg that return TypeDef
 TypeDef Configuration.MappingsImpl.getTypeDef(String typeName)
           
 TypeDef Mappings.getTypeDef(String typeName)
          Retrieve a type definition by name.
 



Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.