File
Doc
Category
Size
Date
Package
NoopAccessor.java
API Doc
Hibernate 3.2.5
1720
Thu Aug 11 01:23:30 BST 2005
org.hibernate.property
NoopAccessor
java.lang.Object
public class NoopAccessor extends Object implements org.hibernate.property.PropertyAccessor
Used to declare properties not represented at the pojo level
author
Michael Bartmann
(
Omit source code
)
Fields Summary
Constructors Summary
Methods Summary
public
org.hibernate.property.Getter
getGetter
(
java.lang.Class
arg0,
java.lang.String
arg1)
return new NoopGetter();
public
org.hibernate.property.Setter
getSetter
(
java.lang.Class
arg0,
java.lang.String
arg1)
return new NoopSetter();
Java Code Source