Uses of Class
com.atlassian.hibernate.extras.XMLDatabinder.FieldWithType
-
Packages that use XMLDatabinder.FieldWithType Package Description com.atlassian.hibernate.extras -
-
Uses of XMLDatabinder.FieldWithType in com.atlassian.hibernate.extras
Methods in com.atlassian.hibernate.extras that return types with arguments of type XMLDatabinder.FieldWithType Modifier and Type Method Description protected List<XMLDatabinder.FieldWithType>XMLDatabinder. getExportableFields(Class<?> clazz)Deprecated.Get the exportable fields of a class from the in-memory map If the list of exportable fields is not in the map, they will be extracted from the class with the Reflection API and then put into the map
-