if ( sequenceGenerator != null ) {
if ( !defaultNamedGenerators.contains( sequenceGenerator.getName() ) ) {
put( sequenceGenerator, defaults );
}
}
JaxbTableGenerator tableGenerator = entity.getTableGenerator();
if ( tableGenerator != null ) {
if ( !defaultNamedGenerators.contains( tableGenerator.getName() ) ) {
put( tableGenerator, defaults );
}
}
JaxbAttributes attributes = entity.getAttributes();
if ( attributes != null ) {