Uses of Class
org.makumba.Text

Packages that use Text
org.makumba Public API for makumba application programmers. 
org.makumba.db.hibernate   
 

Uses of Text in org.makumba
 

Methods in org.makumba that return Text
static Text Text.getText(Object value)
          convenience method for making a text out of another Text, InputStream, String, or byte[]
 

Uses of Text in org.makumba.db.hibernate
 

Methods in org.makumba.db.hibernate that return types with arguments of type Text
 Class<Text> TextUserType.returnedClass()