Package net.sf.jkniv.sqlegance
Interface OneToMany
-
public interface OneToManyMapping one-to-many objects relationship- Since:
- 0.6.0
- Author:
- Alisson Gomes
-
-
Field Summary
Fields Modifier and Type Field Description static StringATTRIBUTE_IMPLstatic StringATTRIBUTE_PROPERTYstatic StringATTRIBUTE_TYPEOFstatic StringTAG_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetImpl()Class name of the collection to supports relationship (like ajava.util.ArrayListStringgetProperty()The attribute name that hold the collection (many parts)StringgetTypeOf()Class name that represents the type of collection (many parts)
-
-
-
Field Detail
-
TAG_NAME
static final String TAG_NAME
- See Also:
- Constant Field Values
-
ATTRIBUTE_PROPERTY
static final String ATTRIBUTE_PROPERTY
- See Also:
- Constant Field Values
-
ATTRIBUTE_TYPEOF
static final String ATTRIBUTE_TYPEOF
- See Also:
- Constant Field Values
-
ATTRIBUTE_IMPL
static final String ATTRIBUTE_IMPL
- See Also:
- Constant Field Values
-
-
Method Detail
-
getProperty
String getProperty()
The attribute name that hold the collection (many parts)- Returns:
- property name
-
getTypeOf
String getTypeOf()
Class name that represents the type of collection (many parts)- Returns:
- type of object
-
getImpl
String getImpl()
Class name of the collection to supports relationship (like ajava.util.ArrayList- Returns:
- name of collection class
-
-