if ( tableGenerator != null ) {
if ( !defaultNamedGenerators.contains( tableGenerator.getName() ) ) {
put( tableGenerator, defaults );
}
}
JaxbAttributes attributes = entity.getAttributes();
if ( attributes != null ) {
for ( JaxbId id : attributes.getId() ) {
sequenceGenerator = id.getSequenceGenerator();
if ( sequenceGenerator != null ) {
put( sequenceGenerator, defaults );
}
tableGenerator = id.getTableGenerator();