Package com.tetsuwantech.atom.database
Class GenericEntity
- java.lang.Object
-
- com.tetsuwantech.atom.database.GenericEntity
-
- All Implemented Interfaces:
Serializable
@MappedSuperclass public abstract class GenericEntity extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
LENGTH
static int
LONG_LENGTH
static int
VERY_LONG_LENGTH
-
Constructor Summary
Constructors Constructor Description GenericEntity()
-
-
-
Field Detail
-
LENGTH
public static final int LENGTH
- See Also:
- Constant Field Values
-
LONG_LENGTH
public static final int LONG_LENGTH
- See Also:
- Constant Field Values
-
VERY_LONG_LENGTH
public static final int VERY_LONG_LENGTH
- See Also:
- Constant Field Values
-
-