org.tynamo.hibernate
Class TynamoHibernateSymbols

java.lang.Object
  extended by org.tynamo.hibernate.TynamoHibernateSymbols

public class TynamoHibernateSymbols
extends Object


Field Summary
static String IGNORE_NON_HIBERNATE_TYPES
          When working with objects from multiple sources hibernate decorator complains about "metadata not found", this symbol configured to true tells HibernateDescriptorDecorator to ignore these errors.
static String LARGE_COLUMN_LENGTH
          Columns longer than this will have their large property set to true.
 
Constructor Summary
TynamoHibernateSymbols()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LARGE_COLUMN_LENGTH

public static final String LARGE_COLUMN_LENGTH
Columns longer than this will have their large property set to true.

See Also:
Constant Field Values

IGNORE_NON_HIBERNATE_TYPES

public static final String IGNORE_NON_HIBERNATE_TYPES
When working with objects from multiple sources hibernate decorator complains about "metadata not found", this symbol configured to true tells HibernateDescriptorDecorator to ignore these errors.

See Also:
Constant Field Values
Constructor Detail

TynamoHibernateSymbols

public TynamoHibernateSymbols()


Copyright © 2004-2012. All Rights Reserved.