Class LcEntityTypeInfo.ForeignTableInfo
- java.lang.Object
-
- net.lecousin.reactive.data.relational.model.LcEntityTypeInfo.ForeignTableInfo
-
- Enclosing class:
- LcEntityTypeInfo
public static class LcEntityTypeInfo.ForeignTableInfo extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ForeignTablegetAnnotation()Class<?>getCollectionElementType()FieldgetField()booleanisCollection()
-
-
-
Method Detail
-
getField
public Field getField()
-
getAnnotation
public ForeignTable getAnnotation()
-
isCollection
public boolean isCollection()
-
getCollectionElementType
public Class<?> getCollectionElementType()
-
-