org.babyfish.model.jpa.instrument.spi.AbstractObjectModel4JPAReplacer.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of babyfish-jpa-model-tool Show documentation
Show all versions of babyfish-jpa-model-tool Show documentation
This tool project supports some maven plugins of BabyFish,
it shouldn't used by the user directly.
The newest version!
getterCannotBeStatic = Illegal JPA model class "{0}", the getter "{1}" cannot be static
setterCannotBeStatic = Illegal JPA model class "{0}", the setter "{1}" cannot be static
missGetters = Illegal JPA model class "{0}", the getter method(s) for the the field(s) "{1}" is(are) required
missSetters = Illegal JPA model class "{0}", the setter method(s) for the the field(s) "{1}" is(are) required
© 2015 - 2025 Weber Informatics LLC | Privacy Policy