blob: 9f7b968f714ffb5a2eae9d8415b8aa7bdf707e7b [file] [log] [blame]
PROJECT_LEVEL_CATEGORY=Project
NO_JPA_PROJECT=Project has JPA facet, but JPA project couldn't be created:
PROJECT_NO_CONNECTION=No connection specified for project:
PROJECT_INVALID_CONNECTION=Connection does not exist:
PROJECT_INACTIVE_CONNECTION=Connection is not active:
PROJECT_NO_PERSISTENCE_XML=No persistence.xml file found in project:
PROJECT_MULTIPLE_PERSISTENCE_XML=Multiple persistence.xml files in project:
XML_VERSION_NOT_LATEST=XML document version not most recent:
PERSISTENCE_NO_PERSISTENCE_UNIT=No persistence unit defined:
PERSISTENCE_MULTIPLE_PERSISTENCE_UNITS=Multiple persistence units defined:
PERSISTENCE_XML_INVALID_CONTENT=Invalid content (no root node):
PERSISTENCE_UNIT_LEVEL_CATEGORY=Persistence unit
PERSISTENCE_UNIT_UNSPECIFIED_MAPPING_FILE=Unspecified mapping file:
PERSISTENCE_UNIT_UNSUPPORTED_MAPPING_FILE_CONTENT=Mapping file does not have supported content:
PERSISTENCE_UNIT_NONEXISTENT_MAPPING_FILE=Mapping file cannot be resolved:
PERSISTENCE_UNIT_INVALID_MAPPING_FILE=Mapping file does not have ORM content:
PERSISTENCE_UNIT_DUPLICATE_MAPPING_FILE=Duplicate mapping file:
PERSISTENCE_UNIT_UNSPECIFIED_CLASS=Unspecified class:
PERSISTENCE_UNIT_NONEXISTENT_CLASS=Class cannot be resolved:
PERSISTENCE_UNIT_INVALID_CLASS=Class is included in a persistence unit but is not mapped:
PERSISTENCE_UNIT_DUPLICATE_CLASS=Duplicate class:
PERSISTENCE_UNIT_REDUNDANT_CLASS=Class is already specified in mapping file:
PERSISTENCE_UNIT_DUPLICATE_JAR_FILE=Duplicate JAR file:
PERSISTENCE_UNIT_UNSPECIFIED_JAR_FILE=Unspecified JAR file:
PERSISTENCE_UNIT_JAR_FILE_DEPLOYMENT_PATH_WARNING=The path to the JAR file will vary:
PERSISTENCE_UNIT_NONEXISTENT_JAR_FILE=JAR file cannot be resolved:
MAPPING_FILE_EXTRANEOUS_PERSISTENCE_UNIT_DEFAULTS=Extraneous persistence unit defaults found:
PERSISTENT_TYPE_MAPPED_BUT_NOT_INCLUDED_IN_PERSISTENCE_UNIT=Class is mapped, but is not in a persistence unit:
PERSISTENT_TYPE_ANNOTATED_BUT_NOT_INCLUDED_IN_PERSISTENCE_UNIT=Class is annotated, but is not in a persistence unit:
PERSISTENT_TYPE_UNSPECIFIED_CLASS=Unspecified class:
PERSISTENT_TYPE_UNRESOLVED_CLASS=Class cannot be resolved:
TYPE_LEVEL_CATEGORY=Type
ENTITY_NO_ID=Entity has no primary key:
ENTITY_SINGLE_TABLE_DESCENDANT_DEFINES_TABLE=No table should be defined for non-root entity using single-table inheritance:
ENTITY_ABSTRACT_TABLE_PER_CLASS_DEFINES_TABLE=No table should be defined for abstract entity using table-per-concrete-class inheritance:
ENTITY_ABSTRACT_DISCRIMINATOR_VALUE_DEFINED = No discriminator value should be defined for abstract entity:
ENTITY_TABLE_PER_CLASS_DISCRIMINATOR_VALUE_DEFINED = No discriminator value should be defined for entity using table-per-concrete-class inheritance:
ENTITY_NON_ROOT_DISCRIMINATOR_COLUMN_DEFINED =No discriminator column should be defined for non-root entity:
ENTITY_TABLE_PER_CLASS_DISCRIMINATOR_COLUMN_DEFINED = No discriminator column should be defined for entity using table-per-concrete-class inheritance:
PERSISTENT_ATTRIBUTE_UNSPECIFIED_NAME=Unspecified name:
PERSISTENT_ATTRIBUTE_UNRESOLVED_NAME=Attribute in class cannot be resolved:
PERSISTENT_ATTRIBUTE_INHERITED_ATTRIBUTES_NOT_SUPPORTED=Referenced inherited attribute may not be supported:
PERSISTENT_ATTRIBUTE_INVALID_MAPPING=Attribute has invalid mapping type:
PERSISTENT_ATTRIBUTE_FINAL_FIELD=The java field for attribute is final:
PERSISTENT_ATTRIBUTE_PUBLIC_FIELD=The java field for attribute is public:
ATTRIBUTE_LEVEL_CATEGORY=Attribute
MAPPING_UNRESOLVED_MAPPED_BY=Cannot resolve attribute name:
MAPPING_INVALID_MAPPED_BY=Attribute has invalid mapping for this relationship
MAPPING_MAPPED_BY_WITH_JOIN_TABLE=Cannot specify join table if attribute is mapped by another attribute:
MAPPING_MAPPED_BY_ON_BOTH_SIDES=Relationship must have an owner:
TARGET_ENTITY_NOT_DEFINED=Target entity is not defined:
TARGET_ENTITY_IS_NOT_AN_ENTITY=Target entity is not an Entity:
PHYSICAL_MAPPING_CATEGORY=Database
TABLE_UNRESOLVED_CATALOG=Catalog cannot be resolved for table:
TABLE_UNRESOLVED_SCHEMA=Schema cannot be resolved for table:
TABLE_UNRESOLVED_NAME=Table cannot be resolved:
SECONDARY_TABLE_UNRESOLVED_CATALOG=Catalog cannot be resolved for secondary table:
SECONDARY_TABLE_UNRESOLVED_SCHEMA=Schema cannot be resolved for secondary table:
SECONDARY_TABLE_UNRESOLVED_NAME=Secondary table cannot be resolved:
JOIN_TABLE_UNRESOLVED_CATALOG=Catalog cannot be resolved for join table:
JOIN_TABLE_UNRESOLVED_SCHEMA=Schema cannot be resolved for join table:
JOIN_TABLE_UNRESOLVED_NAME=Join table cannot be resolved:
COLUMN_UNRESOLVED_TABLE=Table for column cannot be resolved:
COLUMN_UNRESOLVED_NAME=Column cannot be resolved
JOIN_COLUMN_UNRESOLVED_TABLE=Table for join column cannot be resolved:
JOIN_COLUMN_UNRESOLVED_NAME=Join column cannot be resolved:
JOIN_COLUMN_UNRESOLVED_NAME_MULTIPLE_JOIN_COLUMNS=Join column name must be specified when there are multiples:
JOIN_COLUMN_REFERENCED_COLUMN_UNRESOLVED_NAME=Referenced column in join column cannot be resolved:
JOIN_COLUMN_REFERENCED_COLUMN_UNRESOLVED_NAME_MULTIPLE_JOIN_COLUMNS= Join column referenced column name must be specified when there are multiples:
PRIMARY_KEY_JOIN_COLUMN_UNRESOLVED_NAME=Primary key join column cannot be resolved:
PRIMARY_KEY_JOIN_COLUMN_UNRESOLVED_REFERENCED_COLUMN_NAME=Referenced Column in primary key join column cannot be resolved:
IMPLIED_ATTRIBUTE_CATEGORY=Implied Attributes
VIRTUAL_ATTRIBUTE_JOIN_TABLE_UNRESOLVED_CATALOG=Catalog cannot be resolved for join table:
VIRTUAL_ATTRIBUTE_JOIN_TABLE_UNRESOLVED_SCHEMA=Schema cannot be resolved for join table:
VIRTUAL_ATTRIBUTE_JOIN_TABLE_UNRESOLVED_NAME=Join table cannot be resolved:
VIRTUAL_ATTRIBUTE_COLUMN_UNRESOLVED_TABLE=Table for column cannot be resolved:
VIRTUAL_ATTRIBUTE_OVERRIDE_COLUMN_UNRESOLVED_TABLE=Table for column cannot be resolved:
VIRTUAL_ATTRIBUTE_COLUMN_UNRESOLVED_NAME=Column cannot be resolved:
VIRTUAL_ATTRIBUTE_OVERRIDE_COLUMN_UNRESOLVED_NAME=Column cannot be resolved:
VIRTUAL_ATTRIBUTE_JOIN_COLUMN_UNRESOLVED_TABLE=Table for join column cannot be resolved:
VIRTUAL_ATTRIBUTE_JOIN_COLUMN_UNRESOLVED_NAME=Join column cannot be resolved
VIRTUAL_ATTRIBUTE_JOIN_COLUMN_UNRESOLVED_NAME_MULTIPLE_JOIN_COLUMNS=Join column name must be specified when there are multiples:
VIRTUAL_ATTRIBUTE_JOIN_COLUMN_REFERENCED_COLUMN_UNRESOLVED_NAME=Referenced column in join column cannot be resolved
VIRTUAL_ATTRIBUTE_JOIN_COLUMN_REFERENCED_COLUMN_UNRESOLVED_NAME_MULTIPLE_JOIN_COLUMNS=Join column referenced column name must be specified when there are multiples:
VIRTUAL_ATTRIBUTE_TARGET_ENTITY_IS_NOT_AN_ENTITY=Target entity is not an Entity:
VIRTUAL_ATTRIBUTE_TARGET_ENTITY_NOT_DEFINED=In implied attribute, target entity is not defined:
IMPLIED_ASSOCIATION_CATEGORY=Implied Associations
VIRTUAL_ASSOCIATION_OVERRIDE_JOIN_COLUMN_UNRESOLVED_TABLE=Table for join column cannot be resolved:
VIRTUAL_ASSOCIATION_OVERRIDE_JOIN_COLUMN_UNRESOLVED_NAME=Join column cannot be resolved:
VIRTUAL_ASSOCIATION_OVERRIDE_JOIN_COLUMN_REFERENCED_COLUMN_UNRESOLVED_NAME=Referenced column in join column cannot be resolved:
INHERITANCE_CATEGORY=Inheritance
DISCRIMINATOR_COLUMN_UNRESOLVED_NAME=Discriminator column cannot be resolved:
ENTITY_TABLE_PER_CLASS_NOT_SUPPORTED_ON_PLATFORM=Entity cannot use table-per-concrete-class inheritance:
ENTITY_TABLE_PER_CLASS_NOT_PORTABLE_ON_PLATFORM=Entity uses table-per-concrete-class inheritance which is not portable:
QUERIES_GENERATORS_CATEGORY=Queries and Generators
GENERATOR_DUPLICATE_NAME=Duplicate generator defined:
ID_MAPPING_UNRESOLVED_GENERATOR_NAME=Unresolved generator name:
GENERATED_VALUE_UNRESOLVED_GENERATOR=Generator name is defined in the persistence unit:
QUERY_DUPLICATE_NAME=Duplicate query defined: