mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 00:24:57 +00:00
mark impls of EntityTuplizer as @Deprecated
This commit is contained in:
parent
1ebe8523e5
commit
55a556b017
@ -31,6 +31,7 @@
|
|||||||
* @author Steve Ebersole
|
* @author Steve Ebersole
|
||||||
* @author Gavin King
|
* @author Gavin King
|
||||||
*/
|
*/
|
||||||
|
@Deprecated(since = "6.0")
|
||||||
public abstract class AbstractEntityTuplizer implements EntityTuplizer {
|
public abstract class AbstractEntityTuplizer implements EntityTuplizer {
|
||||||
|
|
||||||
private final EntityMetamodel entityMetamodel;
|
private final EntityMetamodel entityMetamodel;
|
||||||
|
@ -29,6 +29,7 @@
|
|||||||
* @author Steve Ebersole
|
* @author Steve Ebersole
|
||||||
* @author Gavin King
|
* @author Gavin King
|
||||||
*/
|
*/
|
||||||
|
@Deprecated(since = "6.0")
|
||||||
public class DynamicMapEntityTuplizer extends AbstractEntityTuplizer {
|
public class DynamicMapEntityTuplizer extends AbstractEntityTuplizer {
|
||||||
private static final CoreMessageLogger LOG = CoreLogging.messageLogger( DynamicMapEntityTuplizer.class );
|
private static final CoreMessageLogger LOG = CoreLogging.messageLogger( DynamicMapEntityTuplizer.class );
|
||||||
|
|
||||||
|
@ -21,6 +21,7 @@
|
|||||||
*
|
*
|
||||||
* @author Steve Ebersole
|
* @author Steve Ebersole
|
||||||
*/
|
*/
|
||||||
|
@Deprecated(since = "6.0")
|
||||||
public class EntityTuplizerFactory implements Serializable {
|
public class EntityTuplizerFactory implements Serializable {
|
||||||
public static final Class<?>[] ENTITY_TUP_CTOR_SIG = new Class[] { EntityMetamodel.class, PersistentClass.class };
|
public static final Class<?>[] ENTITY_TUP_CTOR_SIG = new Class[] { EntityMetamodel.class, PersistentClass.class };
|
||||||
|
|
||||||
|
@ -34,6 +34,7 @@
|
|||||||
* @author Steve Ebersole
|
* @author Steve Ebersole
|
||||||
* @author Gavin King
|
* @author Gavin King
|
||||||
*/
|
*/
|
||||||
|
@Deprecated(since = "6.0")
|
||||||
public class PojoEntityTuplizer extends AbstractEntityTuplizer {
|
public class PojoEntityTuplizer extends AbstractEntityTuplizer {
|
||||||
private static final CoreMessageLogger LOG = CoreLogging.messageLogger( PojoEntityTuplizer.class );
|
private static final CoreMessageLogger LOG = CoreLogging.messageLogger( PojoEntityTuplizer.class );
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user