Interface IEntityField
-
- All Known Implementing Classes:
EntityField
public interface IEntityField
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isId()
boolean
isTransient()
String
name()
-
-
-
Method Detail
-
name
String name()
-
isId
boolean isId()
-
isTransient
boolean isTransient()
-
-