Uses of Class
org.hibernate.metamodel.relational.Size.LobMultiplier

Packages that use Size.LobMultiplier
org.hibernate.metamodel.relational This package defines the metamodel of a relational database schema. 
 

Uses of Size.LobMultiplier in org.hibernate.metamodel.relational
 

Methods in org.hibernate.metamodel.relational that return Size.LobMultiplier
 Size.LobMultiplier Size.getLobMultiplier()
           
static Size.LobMultiplier Size.LobMultiplier.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Size.LobMultiplier[] Size.LobMultiplier.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.hibernate.metamodel.relational with parameters of type Size.LobMultiplier
static Size Size.length(long length, Size.LobMultiplier lobMultiplier)
           
 void Size.setLobMultiplier(Size.LobMultiplier lobMultiplier)
           
 

Constructors in org.hibernate.metamodel.relational with parameters of type Size.LobMultiplier
Size(int precision, int scale, long length, Size.LobMultiplier lobMultiplier)
          Complete constructor.
 



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