org.objectweb.speedo.ejb.pobjects.basic |
|
Java Source File Name | Type | Comment |
AccCompPk.java | Class | |
BasicLob.java | Class | This class defines an embedded composite PK identifier.
author: P. |
CallbackDef.java | Class | This class defines the callbacks associated to the lifecycle events of EJB3
entities.
author: P. |
CompPk.java | Class | |
CompPkId.java | Class | This class defines an embedded composite PK identifier.
author: P. |
ConstraintsDef.java | Class | This class defines some unique constraints.
author: P. |
EmbedPkId.java | Class | This class defines an embedded composite PK identifier.
author: P. |
FieldBasicType.java | Class | This class contains the primitive type that Speedo must support:
boolean
byte
short
int
long
float
double
char
Boolean
Byte
Short
Integer
Long
Float
Double
Character
String
BigDecimal
BigInteger
It defines a persistent attribute for each of them. |
GetterBasicType.java | Class | This class contains the primitive type that Speedo must support:
boolean
byte
short
int
long
float
double
char
Boolean
Byte
Short
Integer
Long
Float
Double
Character
String
BigDecimal
BigInteger
It defines a persistent attribute for each of them. |
MultiJoin.java | Class | This class defines a mapping to two tables: a main table and one secondary
table.
author: P. |
OneSecondary.java | Class | This class defines a mapping to two tables: a main table and one secondary
table.
author: P. |
SeveralSecondary.java | Class | This class defines a mapping to two tables: a main table and several
secondary tables.
author: P. |