Class MapMember
- java.lang.Object
-
- org.hibernate.metamodel.model.domain.internal.MapMember
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>
getDeclaringClass()
int
getModifiers()
String
getName()
Class<?>
getType()
boolean
isSynthetic()
-
-
-
Method Detail
-
getType
public Class<?> getType()
-
getModifiers
public int getModifiers()
- Specified by:
getModifiers
in interfaceMember
-
isSynthetic
public boolean isSynthetic()
- Specified by:
isSynthetic
in interfaceMember
-
getDeclaringClass
public Class<?> getDeclaringClass()
- Specified by:
getDeclaringClass
in interfaceMember
-
-