mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-07 11:48:18 +00:00
light cleanup of AnnotationBinder
This commit is contained in:
parent
3d9bf07ac8
commit
c7b42097aa
File diff suppressed because it is too large
Load Diff
@ -206,7 +206,7 @@ public class EntityBinder {
|
||||
public static void bindEntityClass(
|
||||
XClass clazzToProcess,
|
||||
Map<XClass, InheritanceState> inheritanceStates,
|
||||
HashMap<String, IdentifierGeneratorDefinition> generators,
|
||||
Map<String, IdentifierGeneratorDefinition> generators,
|
||||
MetadataBuildingContext context) {
|
||||
if ( LOG.isDebugEnabled() ) {
|
||||
LOG.debugf( "Binding entity from annotated class: %s", clazzToProcess.getName() );
|
||||
@ -252,7 +252,7 @@ public static void bindEntityClass(
|
||||
private void handleIdentifier(
|
||||
PropertyHolder propertyHolder,
|
||||
Map<XClass, InheritanceState> inheritanceStates,
|
||||
HashMap<String, IdentifierGeneratorDefinition> generators,
|
||||
Map<String, IdentifierGeneratorDefinition> generators,
|
||||
InheritanceState inheritanceState) {
|
||||
final ElementsToProcess elementsToProcess = inheritanceState.postProcess( persistentClass, this );
|
||||
final Set<String> idPropertiesIfIdClass = handleIdClass(
|
||||
@ -858,7 +858,7 @@ private void processIdPropertiesIfNotAlready(
|
||||
InheritanceState inheritanceState,
|
||||
MetadataBuildingContext context,
|
||||
PropertyHolder propertyHolder,
|
||||
HashMap<String, IdentifierGeneratorDefinition> generators,
|
||||
Map<String, IdentifierGeneratorDefinition> generators,
|
||||
Set<String> idPropertiesIfIdClass,
|
||||
ElementsToProcess elementsToProcess,
|
||||
Map<XClass, InheritanceState> inheritanceStates) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user