Package org.hibernate.sql.model
Class ModelMutationLogging
- java.lang.Object
-
- org.hibernate.sql.model.ModelMutationLogging
-
public final class ModelMutationLogging extends Object
Logging related to entity and collection mutations stemming from persistence-context events
-
-
Field Summary
Fields Modifier and Type Field Description static org.jboss.logging.Logger
MODEL_MUTATION_LOGGER
static String
NAME
-
Constructor Summary
Constructors Constructor Description ModelMutationLogging()
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
MODEL_MUTATION_LOGGER
public static final org.jboss.logging.Logger MODEL_MUTATION_LOGGER
-
-