make checkstyle shut up
This commit is contained in:
parent
55a556b017
commit
f0fa64bda8
|
@ -30,6 +30,8 @@ import org.hibernate.type.ComponentType;
|
||||||
*
|
*
|
||||||
* @author Steve Ebersole
|
* @author Steve Ebersole
|
||||||
* @author Gavin King
|
* @author Gavin King
|
||||||
|
*
|
||||||
|
* @deprecated like its supertypes
|
||||||
*/
|
*/
|
||||||
@Deprecated(since = "6.0")
|
@Deprecated(since = "6.0")
|
||||||
public abstract class AbstractEntityTuplizer implements EntityTuplizer {
|
public abstract class AbstractEntityTuplizer implements EntityTuplizer {
|
||||||
|
|
|
@ -28,6 +28,8 @@ import org.hibernate.tuple.DynamicMapInstantiator;
|
||||||
*
|
*
|
||||||
* @author Steve Ebersole
|
* @author Steve Ebersole
|
||||||
* @author Gavin King
|
* @author Gavin King
|
||||||
|
*
|
||||||
|
* @deprecated like its supertypes
|
||||||
*/
|
*/
|
||||||
@Deprecated(since = "6.0")
|
@Deprecated(since = "6.0")
|
||||||
public class DynamicMapEntityTuplizer extends AbstractEntityTuplizer {
|
public class DynamicMapEntityTuplizer extends AbstractEntityTuplizer {
|
||||||
|
|
|
@ -20,6 +20,8 @@ import org.hibernate.metamodel.RepresentationMode;
|
||||||
* A registry allowing users to define the default {@link EntityTuplizer} class to use per {@link RepresentationMode}.
|
* A registry allowing users to define the default {@link EntityTuplizer} class to use per {@link RepresentationMode}.
|
||||||
*
|
*
|
||||||
* @author Steve Ebersole
|
* @author Steve Ebersole
|
||||||
|
*
|
||||||
|
* @deprecated like its supertypes
|
||||||
*/
|
*/
|
||||||
@Deprecated(since = "6.0")
|
@Deprecated(since = "6.0")
|
||||||
public class EntityTuplizerFactory implements Serializable {
|
public class EntityTuplizerFactory implements Serializable {
|
||||||
|
|
|
@ -33,6 +33,8 @@ import org.hibernate.type.CompositeType;
|
||||||
*
|
*
|
||||||
* @author Steve Ebersole
|
* @author Steve Ebersole
|
||||||
* @author Gavin King
|
* @author Gavin King
|
||||||
|
*
|
||||||
|
* @deprecated like its supertypes
|
||||||
*/
|
*/
|
||||||
@Deprecated(since = "6.0")
|
@Deprecated(since = "6.0")
|
||||||
public class PojoEntityTuplizer extends AbstractEntityTuplizer {
|
public class PojoEntityTuplizer extends AbstractEntityTuplizer {
|
||||||
|
|
Loading…
Reference in New Issue