Uses of Class
org.hibernate.tuple.component.ComponentMetamodel

Packages that use ComponentMetamodel
org.hibernate.type A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types. 
 

Uses of ComponentMetamodel in org.hibernate.type
 

Methods in org.hibernate.type with parameters of type ComponentMetamodel
 ComponentType TypeFactory.component(ComponentMetamodel metamodel)
           
 EmbeddedComponentType TypeFactory.embeddedComponent(ComponentMetamodel metamodel)
           
 

Constructors in org.hibernate.type with parameters of type ComponentMetamodel
ComponentType(TypeFactory.TypeScope typeScope, ComponentMetamodel metamodel)
           
EmbeddedComponentType(TypeFactory.TypeScope typeScope, ComponentMetamodel metamodel)
           
 



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