org.tynamo.hibernate
Class TynamoHibernateSymbols
java.lang.Object
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
TynamoHibernateSymbols
public TynamoHibernateSymbols()
Copyright © 2004-2013. All Rights Reserved.