| Package | Description |
|---|---|
| org.batoo.jpa.core.impl.criteria.path | |
| org.batoo.jpa.core.impl.jdbc | |
| org.batoo.jpa.core.impl.model.mapping | |
| org.batoo.jpa.core.impl.model.type |
| Constructor and Description |
|---|
BasicPath(ParentPath<?,?> parent,
BasicMapping<?,X> mapping) |
| Modifier and Type | Method and Description |
|---|---|
BasicMapping<?,?> |
BasicColumn.getMapping()
Returns the mapping of the BasicColumn.
|
BasicMapping<?,?> |
JoinColumn.getReferencedMapping()
Returns the referencedMapping of the JoinColumn.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JoinColumn.setColumnProperties(AssociationMapping<?,?,?> mapping,
BasicMapping<?,?> referencedMapping)
Sets the column definition.
|
| Constructor and Description |
|---|
BasicColumn(JdbcAdaptor jdbcAdaptor,
BasicMapping<?,?> mapping,
int sqlType,
ColumnMetadata metadata) |
JoinColumn(JdbcAdaptor jdbcAdaptor,
AssociationMapping<?,?,?> mapping,
BasicMapping<?,?> idMapping)
Constructor with no metadata.
|
JoinColumn(JdbcAdaptor jdbcAdaptor,
EntityTable table,
BasicMapping<?,?> idMapping)
Constructor for inheritance and secondary table joins.
|
JoinColumn(JdbcAdaptor jdbcAdaptor,
PrimaryKeyJoinColumnMetadata metadata,
SecondaryTable table,
BasicMapping<?,?> idMapping)
Constructor for secondary table join column with metadata.
|
JoinColumn(JdbcAdaptor jdbcAdaptor,
SecondaryTable table,
BasicMapping<?,?> idMapping)
Constructor for inheritance and secondary table joins.
|
PkColumn(JdbcAdaptor jdbcAdaptor,
BasicMapping<?,?> mapping,
int sqlType,
ColumnMetadata metadata) |
| Modifier and Type | Method and Description |
|---|---|
void |
ParentMapping.addBasicMappings(List<BasicMapping<?,?>> mappings)
Adds the basic mappings to the list of mappings.
|
| Modifier and Type | Method and Description |
|---|---|
BasicMapping<?,?>[] |
EntityTypeImpl.getBasicMappings()
Returns the basic mappings of the type.
|
Copyright © 2012 Batoo Software & Consultancy. All Rights Reserved.