Uses of Enum Class
cz.cvut.kbss.jopa.modelgen.classmodel.MappingAnnotations
Packages that use MappingAnnotations
-
Uses of MappingAnnotations in cz.cvut.kbss.jopa.modelgen.classmodel
Methods in cz.cvut.kbss.jopa.modelgen.classmodel that return MappingAnnotationsModifier and TypeMethodDescriptionstatic MappingAnnotations
Returns the enum constant of this class with the specified name.static MappingAnnotations[]
MappingAnnotations.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in cz.cvut.kbss.jopa.modelgen.classmodel that return types with arguments of type MappingAnnotationsModifier and TypeMethodDescriptionstatic List<MappingAnnotations>
MappingAnnotations.getAll()
Field.getAnnotatedWith()
Method parameters in cz.cvut.kbss.jopa.modelgen.classmodel with type arguments of type MappingAnnotationsModifier and TypeMethodDescriptionvoid
Field.setAnnotatedWith
(List<MappingAnnotations> annotatedWith)