Methods Summary |
---|
public void | throwEmbeddedIdAndIdFound(java.lang.Class entityClass, java.lang.String attributeName, java.lang.String idAttributeName)INTERNAL
throw ValidationException.embeddedIdAndIdElementFound(entityClass, attributeName, idAttributeName);
|
public void | throwErrorProcessingNamedQueryElement(java.lang.String queryName, java.lang.Exception exception)INTERNAL
throw ValidationException.errorProcessingNamedQueryElement(queryName, exception);
|
public void | throwExcessiveJoinColumnsSpecified(java.lang.Class entityClass, java.lang.Object element)INTERNAL
throw ValidationException.excessiveJoinColumnElementsSpecified((String) element, entityClass);
|
public void | throwExcessivePrimaryKeyJoinColumnsSpecified(java.lang.Class entityClass, java.lang.reflect.AnnotatedElement annotatedElement)INTERNAL
throw ValidationException.excessivePrimaryKeyJoinColumnElementsSpecified(entityClass);
|
public void | throwIncompleteJoinColumnsSpecified(java.lang.Class entityClass, java.lang.Object element)INTERNAL
throw ValidationException.incompleteJoinColumnElementsSpecified(element, entityClass);
|
public void | throwIncompletePrimaryKeyJoinColumnsSpecified(java.lang.Class entityClass, java.lang.reflect.AnnotatedElement annotatedElement)INTERNAL
throw ValidationException.incompletePrimaryKeyJoinColumnElementsSpecified(entityClass);
|
public void | throwMultipleEmbeddedIdsFound(java.lang.Class entityClass, java.lang.String attributeName, java.lang.String embeddedIdAttributeName)INTERNAL
throw ValidationException.multipleEmbeddedIdElementsFound(entityClass, attributeName, embeddedIdAttributeName);
|
public void | throwNoMappedByAttributeFound(java.lang.Class owningClass, java.lang.String owningAttributeName, java.lang.Class entityClass, java.lang.String attributeName)INTERNAL
// ignore, not applicable.
|
public void | throwNoTemporalTypeSpecified(java.lang.Class entityClass, java.lang.String attributeName)INTERNAL
// WIP - copied from AnnotationsValidator ... might need to have its own ...
throw ValidationException.noTemporalTypeSpecified(attributeName, entityClass);
|
public void | throwPersistenceUnitMetadataConflict(java.lang.String element)INTERNAL
throw ValidationException.persistenceUnitMetadataConflict(element);
|
public void | throwRelationshipHasColumnSpecified(java.lang.Class entityClass, java.lang.String attributeName)INTERNAL
throw ValidationException.invalidColumnElementOnRelationship(entityClass, attributeName);
|
public void | throwSequenceGeneratorUsingAReservedName(java.lang.String document, java.lang.String reservedName)INTERNAL:
throw ValidationException.sequenceGeneratorUsingAReservedName(reservedName, document);
|
public void | throwTableGeneratorUsingAReservedName(java.lang.String document, java.lang.String reservedName)INTERNAL:
throw ValidationException.tableGeneratorUsingAReservedName(reservedName, document);
|
public void | throwUniDirectionalOneToManyHasJoinColumnSpecified(java.lang.String attributeName, java.lang.Class entityClass)INTERNAL
throw ValidationException.uniDirectionalOneToManyHasJoinColumnElements(attributeName, entityClass);
|